<?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 Card Present AIM :  No error 13 when using test credential but real credentials return 13. Confused? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Present-AIM-No-error-13-when-using-test-credential-but-real/m-p/12856#M7795</link>
    <description>&lt;P&gt;I am using the Card Present AIM : &amp;nbsp;I have no error 13 when using test credentials but when I replace the real&lt;/P&gt;&lt;P&gt;with real credentials and test. I get a 13. Confused?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the PHP script from the examples.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;require_once 'anet_php_sdk/AuthorizeNet.php'; // Make sure this path is correct.&lt;/DIV&gt;&lt;DIV&gt;$totalAmount = $_POST["transAmount"] + $_POST["transTip"];&lt;/DIV&gt;&lt;DIV&gt;$transaction = new AuthorizeNetCP('478twReXNcB', '6x4sa3CszyT27B9c');&lt;/DIV&gt;&lt;DIV&gt;$transaction-&amp;gt;amount = $totalAmount;&lt;/DIV&gt;&lt;DIV&gt;$transaction-&amp;gt;setTrack2Data($_POST["cardNumber"]);&lt;/DIV&gt;&lt;DIV&gt;$transaction-&amp;gt;device_type = '4';&lt;/DIV&gt;&lt;DIV&gt;$response = $transaction-&amp;gt;authorizeAndCapture();&lt;/DIV&gt;&lt;DIV&gt;if ($response-&amp;gt;approved) {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;echo "&amp;lt;h1&amp;gt;Success! The credit card has been charged!&amp;lt;/h1&amp;gt;";&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;echo "Transaction ID: " . $response-&amp;gt;transaction_id;&lt;/DIV&gt;&lt;DIV&gt;} else {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;echo $response-&amp;gt;error_message;&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2011 18:51:33 GMT</pubDate>
    <dc:creator>cowboybob</dc:creator>
    <dc:date>2011-05-12T18:51:33Z</dc:date>
    <item>
      <title>Card Present AIM :  No error 13 when using test credential but real credentials return 13. Confused?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Present-AIM-No-error-13-when-using-test-credential-but-real/m-p/12856#M7795</link>
      <description>&lt;P&gt;I am using the Card Present AIM : &amp;nbsp;I have no error 13 when using test credentials but when I replace the real&lt;/P&gt;&lt;P&gt;with real credentials and test. I get a 13. Confused?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the PHP script from the examples.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;require_once 'anet_php_sdk/AuthorizeNet.php'; // Make sure this path is correct.&lt;/DIV&gt;&lt;DIV&gt;$totalAmount = $_POST["transAmount"] + $_POST["transTip"];&lt;/DIV&gt;&lt;DIV&gt;$transaction = new AuthorizeNetCP('478twReXNcB', '6x4sa3CszyT27B9c');&lt;/DIV&gt;&lt;DIV&gt;$transaction-&amp;gt;amount = $totalAmount;&lt;/DIV&gt;&lt;DIV&gt;$transaction-&amp;gt;setTrack2Data($_POST["cardNumber"]);&lt;/DIV&gt;&lt;DIV&gt;$transaction-&amp;gt;device_type = '4';&lt;/DIV&gt;&lt;DIV&gt;$response = $transaction-&amp;gt;authorizeAndCapture();&lt;/DIV&gt;&lt;DIV&gt;if ($response-&amp;gt;approved) {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;echo "&amp;lt;h1&amp;gt;Success! The credit card has been charged!&amp;lt;/h1&amp;gt;";&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;echo "Transaction ID: " . $response-&amp;gt;transaction_id;&lt;/DIV&gt;&lt;DIV&gt;} else {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;echo $response-&amp;gt;error_message;&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2011 18:51:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Present-AIM-No-error-13-when-using-test-credential-but-real/m-p/12856#M7795</guid>
      <dc:creator>cowboybob</dc:creator>
      <dc:date>2011-05-12T18:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Card Present AIM :  No error 13 when using test credential but real credentials return 13. Confu</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Present-AIM-No-error-13-when-using-test-credential-but-real/m-p/12862#M7798</link>
      <description>&lt;P&gt;You need to do this.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.developer.authorize.net/t5/Integration-and-Testing/AIM-SDK-works-for-test-account-but-not-live-account/m-p/12166#M7489" target="_blank"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/AIM-SDK-works-for-test-account-but-not-live-account/m-p/12166#M7489&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2011 20:48:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Present-AIM-No-error-13-when-using-test-credential-but-real/m-p/12862#M7798</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-05-12T20:48:12Z</dc:date>
    </item>
  </channel>
</rss>

