<?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>topic Re: Is there any way to debug Silent Posts for ARBs? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-any-way-to-debug-Silent-Posts-for-ARBs/m-p/19862#M10919</link>
    <description>&lt;P&gt;For practical reasons I created a ready-to-use php script to simulate a silent post and do some debugging output. You can find it on &lt;A href="http://pastebin.com/kfFx3afz" target="_blank"&gt;Pastebin&lt;/A&gt;. Thanks for your help!&lt;/P&gt;</description>
    <pubDate>Fri, 09 Dec 2011 11:03:19 GMT</pubDate>
    <dc:creator>DeviD</dc:creator>
    <dc:date>2011-12-09T11:03:19Z</dc:date>
    <item>
      <title>Is there any way to debug Silent Posts for ARBs?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-any-way-to-debug-Silent-Posts-for-ARBs/m-p/19766#M10871</link>
      <description>&lt;P&gt;Is there any way to debug Silent Posts for ARBs? The documentation says: "You will also not be able to receive an ARB&lt;BR /&gt;subscription transaction Silent Post while using a test environment account."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I forced to implement and test the parsing of the Silent Posts by inducing a real payment for every &lt;EM&gt;try&lt;/EM&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2011 11:49:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-any-way-to-debug-Silent-Posts-for-ARBs/m-p/19766#M10871</guid>
      <dc:creator>DeviD</dc:creator>
      <dc:date>2011-12-07T11:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to debug Silent Posts for ARBs?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-any-way-to-debug-Silent-Posts-for-ARBs/m-p/19768#M10872</link>
      <description>&lt;P&gt;You can simulate a Silent Post submission by sending a POST request to your Silent Post Script. This should get you started:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;form action="&lt;A href="http://www.yourdomain.com/silent-post.php" target="_blank"&gt;http://www.yourdomain.com/silent-post.php&lt;/A&gt;" method="post"&amp;gt;
    &amp;lt;input type="hidden" name="x_response_code" value="1"/&amp;gt;
    &amp;lt;input type="hidden" name="x_response_subcode" value="1"/&amp;gt;
    &amp;lt;input type="hidden" name="x_response_reason_code" value="1"/&amp;gt;
    &amp;lt;input type="hidden" name="x_response_reason_text" value="This transaction has been approved."/&amp;gt;
    &amp;lt;input type="hidden" name="x_auth_code" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_avs_code" value="P"/&amp;gt;
    &amp;lt;input type="hidden" name="x_trans_id" value="1821199455"/&amp;gt;
    &amp;lt;input type="hidden" name="x_invoice_num" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_description" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_amount" value="9.95"/&amp;gt;
    &amp;lt;input type="hidden" name="x_method" value="CC"/&amp;gt;
    &amp;lt;input type="hidden" name="x_type" value="auth_capture"/&amp;gt;
    &amp;lt;input type="hidden" name="x_cust_id" value="1"/&amp;gt;
    &amp;lt;input type="hidden" name="x_first_name" value="John"/&amp;gt;
    &amp;lt;input type="hidden" name="x_last_name" value="Smith"/&amp;gt;
    &amp;lt;input type="hidden" name="x_company" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_address" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_city" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_state" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_zip" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_country" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_phone" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_fax" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_email" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_ship_to_first_name" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_ship_to_last_name" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_ship_to_company" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_ship_to_address" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_ship_to_city" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_ship_to_state" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_ship_to_zip" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_ship_to_country" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_tax" value="0.0000"/&amp;gt;
    &amp;lt;input type="hidden" name="x_duty" value="0.0000"/&amp;gt;
    &amp;lt;input type="hidden" name="x_freight" value="0.0000"/&amp;gt;
    &amp;lt;input type="hidden" name="x_tax_exempt" value="FALSE"/&amp;gt;
    &amp;lt;input type="hidden" name="x_po_num" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_MD5_Hash" value="A375D35004547A91EE3B7AFA40B1E727"/&amp;gt;
    &amp;lt;input type="hidden" name="x_cavv_response" value=""/&amp;gt;
    &amp;lt;input type="hidden" name="x_test_request" value="false"/&amp;gt;
    &amp;lt;input type="hidden" name="x_subscription_id" value="365314"/&amp;gt;
    &amp;lt;input type="hidden" name="x_subscription_paynum" value="1"/&amp;gt;
    &amp;lt;input type="submit"/&amp;gt;
&amp;lt;/form&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2011 12:38:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-any-way-to-debug-Silent-Posts-for-ARBs/m-p/19768#M10872</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2011-12-07T12:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to debug Silent Posts for ARBs?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-any-way-to-debug-Silent-Posts-for-ARBs/m-p/19770#M10873</link>
      <description>&lt;P&gt;If you send an AIM transaction through, the output fields in the silent post will be pretty much the same as for ARB. Test with that initially, then move it to the live account, set up a subscription for the following day, and log the output of $_POST to a text file. Make any minor adjustments and you're good to go.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2011 13:20:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-any-way-to-debug-Silent-Posts-for-ARBs/m-p/19770#M10873</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-12-07T13:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to debug Silent Posts for ARBs?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-any-way-to-debug-Silent-Posts-for-ARBs/m-p/19862#M10919</link>
      <description>&lt;P&gt;For practical reasons I created a ready-to-use php script to simulate a silent post and do some debugging output. You can find it on &lt;A href="http://pastebin.com/kfFx3afz" target="_blank"&gt;Pastebin&lt;/A&gt;. Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2011 11:03:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-any-way-to-debug-Silent-Posts-for-ARBs/m-p/19862#M10919</guid>
      <dc:creator>DeviD</dc:creator>
      <dc:date>2011-12-09T11:03:19Z</dc:date>
    </item>
  </channel>
</rss>

