<?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: Cannot pass sandbox request in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-pass-sandbox-request/m-p/52240#M27526</link>
    <description>&lt;P&gt;Thank you for pointing to that underscore discrepancy; adding the underscore did help. The currently working code does not submit the password - only the transaction key in the form x_trankey. Apparently, one underscore used to be acceptable before.&lt;/P&gt;&lt;P&gt;In the meantime, my colleagues found a workaround. They copied the transaction key into x_password field, and that works in both the existing system and the sandbox. Does that seem to be a reliable approach, or I have to stick to yours? I see no password field in the guide you referred to.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 18 Sep 2015 20:27:41 GMT</pubDate>
    <dc:creator>Igor</dc:creator>
    <dc:date>2015-09-18T20:27:41Z</dc:date>
    <item>
      <title>Cannot pass sandbox request</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-pass-sandbox-request/m-p/52230#M27516</link>
      <description>&lt;P&gt;We are getting prepared to 9/21&amp;nbsp;change. We were advised that the sandbox already works the same way as the production server will after 9/21. We cannot, however, make it work with our current code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are the parameters we are trying to apply to the request. Currently, they are passed successfully to the production server &lt;A href="https://secure.authorize.net/gateway/transact.dll" target="_blank"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt; (with the appropriate replacement of x_login and x_trankey values):&lt;/P&gt;&lt;P&gt;x_card_num=&amp;lt;test_card_number&amp;gt;&amp;amp;x_exp_date=09/16&amp;amp;x_amount=987.80&amp;amp;x_login=&amp;lt;test_login&amp;gt;&amp;amp;x_password=&amp;amp;x_adc_delim_data=true&amp;amp;x_adc_url=false&amp;amp;x_version=3.0&amp;amp;x_method=CC&amp;amp;x_bank_aba_code=&amp;amp;x_bank_acct_num=&amp;amp;x_bank_acct_type=&amp;amp;X_BANK_NAME=&amp;amp;X_TYPE=AUTH_ONLY&amp;amp;X_TranKey=&amp;lt;test_tran_key&amp;gt;&amp;amp;x_currency_code=USD&amp;amp;x_test_request=true&amp;amp;x_first_name=TESTNAME&amp;amp;x_last_name=TESTLAST&amp;amp;x_address=123 main Str&amp;amp;x_city=SAN DIEGO&amp;amp;x_state=CA&amp;amp;x_zip=92130-0000&amp;amp;x_card_code=123&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For testing purposes, we set x_test_request to true.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Parameters x_login and X_TranKey come from my fresh registration at &lt;A href="https://developer.authorize.net/sandbox/" target="_blank"&gt;https://developer.authorize.net/sandbox/&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I submit the request to the sandbox, that is &lt;A href="https://test.authorize.net/gateway/transact.dll?x_card_num" target="_blank"&gt;https://test.authorize.net/gateway/transact.dll?x_card_num&lt;/A&gt;=, etc., I get the response with the error 103, which means that the transaction key was not accepted. In fact, I can use anything for transaction key and get the same result, error 103.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What could cause the&amp;nbsp;error? What should I change in those parameters?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2015 02:52:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-pass-sandbox-request/m-p/52230#M27516</guid>
      <dc:creator>Igor</dc:creator>
      <dc:date>2015-09-18T02:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot pass sandbox request</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-pass-sandbox-request/m-p/52233#M27519</link>
      <description>&lt;P&gt;&lt;A href="http://developer.authorize.net/tools/responsereasoncode/" target="_blank"&gt;http://developer.authorize.net/tools/responsereasoncode/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;103&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Response Reason Text&lt;/STRONG&gt;: A valid fingerprint, or transaction key is required for this transaction.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Integration Team Suggestions&lt;/STRONG&gt;: This error is generated when your account is in "Password-Required Mode" and you are not sending a valid password, transaction key or hash fingerprint with your transaction request, which is a recommended security measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is x_tran_key&lt;/P&gt;&lt;P&gt;not X_TranKey&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2015 11:20:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-pass-sandbox-request/m-p/52233#M27519</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-09-18T11:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot pass sandbox request</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-pass-sandbox-request/m-p/52234#M27520</link>
      <description>&lt;P&gt;Thnk you for the response. I sure read that article, but do you mean that x_tran_key is now case-sensitive? The current code works successfully for many years by producing the string I showed.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2015 14:47:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-pass-sandbox-request/m-p/52234#M27520</guid>
      <dc:creator>Igor</dc:creator>
      <dc:date>2015-09-18T14:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot pass sandbox request</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-pass-sandbox-request/m-p/52235#M27521</link>
      <description>&lt;P&gt;Your production account might be using version 3.0 which still use the x_password fields.&lt;/P&gt;&lt;P&gt;the x_tran_key have 2 underscore, your have just 1&lt;/P&gt;&lt;P&gt;Here the doc&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.authorize.net/support/AIM_guide.pdf" target="_blank"&gt;http://www.authorize.net/support/AIM_guide.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2015 15:14:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-pass-sandbox-request/m-p/52235#M27521</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-09-18T15:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot pass sandbox request</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-pass-sandbox-request/m-p/52240#M27526</link>
      <description>&lt;P&gt;Thank you for pointing to that underscore discrepancy; adding the underscore did help. The currently working code does not submit the password - only the transaction key in the form x_trankey. Apparently, one underscore used to be acceptable before.&lt;/P&gt;&lt;P&gt;In the meantime, my colleagues found a workaround. They copied the transaction key into x_password field, and that works in both the existing system and the sandbox. Does that seem to be a reliable approach, or I have to stick to yours? I see no password field in the guide you referred to.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2015 20:27:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-pass-sandbox-request/m-p/52240#M27526</guid>
      <dc:creator>Igor</dc:creator>
      <dc:date>2015-09-18T20:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot pass sandbox request</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-pass-sandbox-request/m-p/52242#M27528</link>
      <description>&lt;P&gt;x_password is for the old version, it will eventually not support anymore. x_tran_key will continue until authorize.net change the spec in the future&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2015 20:34:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-pass-sandbox-request/m-p/52242#M27528</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-09-18T20:34:26Z</dc:date>
    </item>
  </channel>
</rss>

