<?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 AIM SDK works for test account but not live account in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-SDK-works-for-test-account-but-not-live-account/m-p/12148#M7480</link>
    <description>&lt;P&gt;I have included the AIM SDK for PHP on my site and incorporated the exact sample code provided on &lt;A target="_blank" rel="nofollow" href="https://developer.authorize.net/integration/fifteenminutes/#custom"&gt;https://developer.authorize.net/integration/fifteenminutes/#custom&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I input my test account Login ID and Transaction Key and it works fine.&amp;nbsp;However, when I change it to my live account, I get the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AuthorizeNet Error: Response Code: 3 Response Subcode: 2 Response Reason Code: 13 Response Reason Text: The merchant login ID or password is invalid or the account is inactive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing nothing different than changing to my live ID and Transaction Key. I have verified both of them numerous times and regenerated the transaction key a couple of times to make sure this wasn't the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried it in test mode and in live mode with the exact same response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also running OS Commerce for the same client and have used the same live ID/Key for the AIM payment module and it works fine, so it's not the ID/Key.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why would the SDK sample code work for my sample ID/Key, but not for my live ID/Key?&lt;/P&gt;</description>
    <pubDate>Thu, 21 Apr 2011 01:07:00 GMT</pubDate>
    <dc:creator>ImageMagician</dc:creator>
    <dc:date>2011-04-21T01:07:00Z</dc:date>
    <item>
      <title>AIM SDK works for test account but not live account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-SDK-works-for-test-account-but-not-live-account/m-p/12148#M7480</link>
      <description>&lt;P&gt;I have included the AIM SDK for PHP on my site and incorporated the exact sample code provided on &lt;A target="_blank" rel="nofollow" href="https://developer.authorize.net/integration/fifteenminutes/#custom"&gt;https://developer.authorize.net/integration/fifteenminutes/#custom&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I input my test account Login ID and Transaction Key and it works fine.&amp;nbsp;However, when I change it to my live account, I get the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AuthorizeNet Error: Response Code: 3 Response Subcode: 2 Response Reason Code: 13 Response Reason Text: The merchant login ID or password is invalid or the account is inactive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing nothing different than changing to my live ID and Transaction Key. I have verified both of them numerous times and regenerated the transaction key a couple of times to make sure this wasn't the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried it in test mode and in live mode with the exact same response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also running OS Commerce for the same client and have used the same live ID/Key for the AIM payment module and it works fine, so it's not the ID/Key.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why would the SDK sample code work for my sample ID/Key, but not for my live ID/Key?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2011 01:07:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-SDK-works-for-test-account-but-not-live-account/m-p/12148#M7480</guid>
      <dc:creator>ImageMagician</dc:creator>
      <dc:date>2011-04-21T01:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: AIM SDK works for test account but not live account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-SDK-works-for-test-account-but-not-live-account/m-p/12160#M7486</link>
      <description>&lt;P&gt;Sound like it is still using the test server. Did you change it to use the production server?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2011 11:50:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-SDK-works-for-test-account-but-not-live-account/m-p/12160#M7486</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-04-21T11:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: AIM SDK works for test account but not live account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-SDK-works-for-test-account-but-not-live-account/m-p/12166#M7489</link>
      <description>&lt;P&gt;Thanks. For anyone else facing this, you can some help in the comments in the anet_php_sdk/lib/AuthorizeNetAIM.php file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hadn't put the line &amp;nbsp; $sale-&amp;gt;setSandbox(false); &amp;nbsp; &amp;nbsp; into my code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also do it this way: &amp;nbsp; &amp;nbsp;&lt;SPAN style="line-height: 14px;"&gt;define("AUTHORIZENET_SANDBOX", false);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2011 13:58:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-SDK-works-for-test-account-but-not-live-account/m-p/12166#M7489</guid>
      <dc:creator>ImageMagician</dc:creator>
      <dc:date>2011-04-21T13:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: AIM SDK works for test account but not live account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-SDK-works-for-test-account-but-not-live-account/m-p/30198#M15808</link>
      <description>&lt;P&gt;Thank you for two people that helped me. I can do it now. I'm very happy so much. They are my whitehorse hero.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2012 02:00:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-SDK-works-for-test-account-but-not-live-account/m-p/30198#M15808</guid>
      <dc:creator>boonyawatk</dc:creator>
      <dc:date>2012-09-28T02:00:51Z</dc:date>
    </item>
  </channel>
</rss>

