<?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: Response Reason Code 13 on sandbox account. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Reason-Code-13-on-sandbox-account/m-p/34058#M18552</link>
    <description>&lt;P&gt;Since it is a test account, no need to have testmode on.&lt;/P&gt;&lt;P&gt;Try getting a new transactionKey.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Apr 2013 16:32:36 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2013-04-26T16:32:36Z</dc:date>
    <item>
      <title>Response Reason Code 13 on sandbox account.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Reason-Code-13-on-sandbox-account/m-p/34057#M18551</link>
      <description>&lt;P&gt;I've read several posts here and I can't find a solution to my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am writing an open source library to connect to several gateways. &amp;nbsp;I signed up for a developer account and have access through the sandbox.authorize.net site.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was given an API ID and a Transaction Key. &amp;nbsp;I've triple checked them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am posting to&amp;nbsp;&lt;A href="https://test.authorize.net/gateway/transact.dll" target="_blank"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt; with x_test_request = TRUE and am getting the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Response Code: 3&lt;/P&gt;&lt;P&gt;Response Reason Code: 13&lt;/P&gt;&lt;P&gt;Response Reason Text:&amp;nbsp;(TESTMODE) 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've toggled my sandbox account in and out of test mode. &amp;nbsp;I've set the x_test_request to true, false and omitted. &amp;nbsp;I've tried posting to the test URL and the production. &amp;nbsp;No matter what I do I get the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2013 16:20:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Reason-Code-13-on-sandbox-account/m-p/34057#M18551</guid>
      <dc:creator>ricomoss81</dc:creator>
      <dc:date>2013-04-26T16:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Response Reason Code 13 on sandbox account.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Reason-Code-13-on-sandbox-account/m-p/34058#M18552</link>
      <description>&lt;P&gt;Since it is a test account, no need to have testmode on.&lt;/P&gt;&lt;P&gt;Try getting a new transactionKey.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2013 16:32:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Reason-Code-13-on-sandbox-account/m-p/34058#M18552</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-04-26T16:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Response Reason Code 13 on sandbox account.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Reason-Code-13-on-sandbox-account/m-p/34059#M18553</link>
      <description>&lt;P&gt;I've updated my transaction key twice. &amp;nbsp;I've tested this with every permutation of URL, x_test_request (including omitted) and defining my sandbox account to be in test mode and not in test mode. &amp;nbsp;I always get the same response with or without the "(TESTMODE)" in the Response Reason Text depending on x_test_request.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2013 16:40:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Reason-Code-13-on-sandbox-account/m-p/34059#M18553</guid>
      <dc:creator>ricomoss81</dc:creator>
      <dc:date>2013-04-26T16:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Response Reason Code 13 on sandbox account.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Reason-Code-13-on-sandbox-account/m-p/34060#M18554</link>
      <description>&lt;P&gt;&lt;A href="https://test.authorize.net/gateway/transact.dll?x_version=3.1&amp;amp;x_type=AUTH_ONLY&amp;amp;x_amount=1.99&amp;amp;x_card_num=4111111111111111&amp;amp;x_exp_date=0615&amp;amp;x_delim_data=TRUE&amp;amp;x_relay_response=FALSE&amp;amp;x_login=[yourloginID]&amp;amp;x_tran_key=[yourkey]" target="_blank"&gt;https://test.authorize.net/gateway/transact.dll?x_version=3.1&amp;amp;x_type=AUTH_ONLY&amp;amp;x_amount=1.99&amp;amp;x_card_num=4111111111111111&amp;amp;x_exp_date=0615&amp;amp;x_delim_data=TRUE&amp;amp;x_relay_response=FALSE&amp;amp;x_login=[yourloginID]&amp;amp;x_tran_key=[yourkey]&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;see if the above work. just change it with your loginID and transactionKey. and run it in a browser&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2013 16:40:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Reason-Code-13-on-sandbox-account/m-p/34060#M18554</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-04-26T16:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Response Reason Code 13 on sandbox account.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Reason-Code-13-on-sandbox-account/m-p/34061#M18555</link>
      <description>&lt;P&gt;Interesting...that worked just fine. &amp;nbsp;Clearly my post is getting a malformed creation. &amp;nbsp;I'll look into it further. &amp;nbsp;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2013 16:43:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Reason-Code-13-on-sandbox-account/m-p/34061#M18555</guid>
      <dc:creator>ricomoss81</dc:creator>
      <dc:date>2013-04-26T16:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Response Reason Code 13 on sandbox account.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Reason-Code-13-on-sandbox-account/m-p/34062#M18556</link>
      <description>&lt;P&gt;I was able to track down the problem. &amp;nbsp;It was an error in a kwarg on my end. &amp;nbsp;Sorry about the confusion. &amp;nbsp;Thank you for the help.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2013 16:49:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Reason-Code-13-on-sandbox-account/m-p/34062#M18556</guid>
      <dc:creator>ricomoss81</dc:creator>
      <dc:date>2013-04-26T16:49:35Z</dc:date>
    </item>
  </channel>
</rss>

