<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>thread Re: What is the following output? in Archived Discussions (Read Only)</title>
    <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/What-is-the-following-output/m-p/34992#M94629</link>
    <description>&lt;P&gt;Is that information just informational or is it an error? It look like it's just informational. Also does it mean that the processing is working correctly?&lt;/P&gt;</description>
    <pubDate>Tue, 04 Apr 2017 21:42:11 GMT</pubDate>
    <dc:creator>Aishan</dc:creator>
    <dc:date>2017-04-04T21:42:11Z</dc:date>
    <item>
      <title>What is the following output?</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/What-is-the-following-output/m-p/34938#M94627</link>
      <description>&lt;P&gt;I have the Square API card form up and working in a sandbox. When I run a card I get the following output from the process-card.php.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;SquareConnect\Model\ChargeResponse Object
(
    [errors:protected] =&amp;gt; 
    [transaction:protected] =&amp;gt; SquareConnect\Model\Transaction Object
        (
            [id:protected] =&amp;gt; xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
            [location_id:protected] =&amp;gt; xxxxxxxxxxxxxxxxxxxxxxxxxxxx
            [created_at:protected] =&amp;gt; 2017-04-04T15:32:45Z
            [tenders:protected] =&amp;gt; Array
                (
                    [0] =&amp;gt; SquareConnect\Model\Tender Object
                        (
                            [id:protected] =&amp;gt; xxxxxxxxxxxxxxxxxxxxxxxxxxx
                            [location_id:protected] =&amp;gt; xxxxxxxxxxxxxxxxxxxxx
                            [transaction_id:protected] =&amp;gt; xxxxxxxxxxxxxxxxxxxxxxxxxx
                            [created_at:protected] =&amp;gt; 2017-04-04T15:32:45Z
                            [note:protected] =&amp;gt; Online Transaction
                            [amount_money:protected] =&amp;gt; SquareConnect\Model\Money Object
                                (
                                    [amount:protected] =&amp;gt; 100
                                    [currency:protected] =&amp;gt; USD
                                )

                            [processing_fee_money:protected] =&amp;gt; 
                            [customer_id:protected] =&amp;gt; 
                            [type:protected] =&amp;gt; CARD
                            [card_details:protected] =&amp;gt; SquareConnect\Model\TenderCardDetails Object
                                (
                                    [status:protected] =&amp;gt; CAPTURED
                                    [card:protected] =&amp;gt; SquareConnect\Model\Card Object
                                        (
                                            [id:protected] =&amp;gt; 
                                            [card_brand:protected] =&amp;gt; VISA
                                            [last_4:protected] =&amp;gt; xxxx
                                            [exp_month:protected] =&amp;gt; 
                                            [exp_year:protected] =&amp;gt; 
                                            [cardholder_name:protected] =&amp;gt; 
                                            [billing_address:protected] =&amp;gt; 
                                        )

                                    [entry_method:protected] =&amp;gt; KEYED
                                )

                            [cash_details:protected] =&amp;gt; 
                        )

                )

            [refunds:protected] =&amp;gt; 
            [reference_id:protected] =&amp;gt; 
            [product:protected] =&amp;gt; EXTERNAL_API
            [client_id:protected] =&amp;gt; 
            [order:protected] =&amp;gt; 
            [shipping_address:protected] =&amp;gt; 
        )

)
&lt;/PRE&gt;
&lt;H1&gt;Thank you for your payment.&lt;/H1&gt;
&lt;P&gt;Amount: $1.00&lt;BR /&gt;Card: VISA XXXX&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the proition above the "Thank you for your payment"? Is this being displayed because of an error or is it informational? Can I just comment it out in the code? I haven't been able to find any documenation on your site or on Google.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 15:45:04 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/What-is-the-following-output/m-p/34938#M94627</guid>
      <dc:creator>Aishan</dc:creator>
      <dc:date>2017-04-04T15:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: What is the following output?</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/What-is-the-following-output/m-p/34985#M94628</link>
      <description>&lt;P&gt;That part is showing the exact output from the API. The line in process charge&lt;/P&gt;
&lt;PRE&gt;  print_r($result);&lt;/PRE&gt;
&lt;P&gt;prints it out to the page, if you remove it, you'll no longer see that info.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 20:43:05 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/What-is-the-following-output/m-p/34985#M94628</guid>
      <dc:creator>tristansokol</dc:creator>
      <dc:date>2017-04-04T20:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is the following output?</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/What-is-the-following-output/m-p/34992#M94629</link>
      <description>&lt;P&gt;Is that information just informational or is it an error? It look like it's just informational. Also does it mean that the processing is working correctly?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 21:42:11 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/What-is-the-following-output/m-p/34992#M94629</guid>
      <dc:creator>Aishan</dc:creator>
      <dc:date>2017-04-04T21:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: What is the following output?</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/What-is-the-following-output/m-p/34997#M94630</link>
      <description>&lt;P&gt;It is informational, the card was charged.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 22:03:01 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/What-is-the-following-output/m-p/34997#M94630</guid>
      <dc:creator>tristansokol</dc:creator>
      <dc:date>2017-04-04T22:03:01Z</dc:date>
    </item>
  </channel>
</rss>

