<?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: Error 103: This transaction cannot be accepted in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-103-This-transaction-cannot-be-accepted/m-p/61588#M36014</link>
    <description>&lt;P&gt;&lt;A href="https://test.authorize.net/gateway/transact.dll" target="_blank"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt; is ANET sandbox endpoint.&amp;nbsp;can you pls. confirm that using your x_login/x_password credentials related your sandbox account? I am assuming that you are testing aganist sandbox endpoint before switching to prod.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Feb 2018 17:25:39 GMT</pubDate>
    <dc:creator>bhav</dc:creator>
    <dc:date>2018-02-09T17:25:39Z</dc:date>
    <item>
      <title>Error 103: This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-103-This-transaction-cannot-be-accepted/m-p/61557#M35987</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;While trying to test/update our website code for TLS 1.2, I discovered that our production site wasn't working. I get "This transaction cannot be accepted." error, which I see means a transaction key isn't sent or is invalid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code and trans key haven't changed for 5+ years and has worked fine. I don't know why or when it stopped.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I generated a new key just to try, and I still get the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas what else could be going on?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some code snippets below:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;vPostData = x_login=MYLOGIN&amp;amp;x_tran_key=MYKEY&amp;amp;x_method=CC&amp;amp;x_type=AUTH_CAPTURE&amp;amp;x_card_num=4111111111111111&amp;amp;x_exp_date=11/2021&amp;amp;x_amount=19.95&amp;amp;x_first_name=Wes&amp;amp;x_last_name=Test&amp;amp;x_description=Website.com Order&amp;amp;x_delim_char=|&amp;amp;x_delim_data=TRUE&amp;amp;x_relay_response=FALSE&amp;amp;merchant=The Company&amp;amp;x_address=123 Test St. &amp;amp;x_city=Mason&amp;amp;x_state=OH&amp;amp;x_zip=45040&amp;amp;x_country=USA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Const SXH_OPTION_IGNORE_SERVER_SSL_CERT_ERROR_FLAGS = 2&lt;BR /&gt;Const SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS = 13056&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set xml = Server.CreateObject("Microsoft.XMLHTTP")&lt;/P&gt;&lt;P&gt;xml.setOption SXH_OPTION_IGNORE_SERVER_SSL_CERT_ERROR_FLAGS, SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;xml.open "POST", "&lt;A href="https://test.authorize.net/gateway/transact.dll" target="_blank"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt;", false&lt;BR /&gt;&lt;BR /&gt;xml.send vPostData&lt;BR /&gt;strStatus = xml.Status&lt;BR /&gt;strRetval = xml.responseText&lt;BR /&gt;Set xml = nothing&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Response: 3|1|103|This transaction cannot be accepted.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 01:17:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-103-This-transaction-cannot-be-accepted/m-p/61557#M35987</guid>
      <dc:creator>wesg92</dc:creator>
      <dc:date>2018-02-08T01:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error 103: This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-103-This-transaction-cannot-be-accepted/m-p/61588#M36014</link>
      <description>&lt;P&gt;&lt;A href="https://test.authorize.net/gateway/transact.dll" target="_blank"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt; is ANET sandbox endpoint.&amp;nbsp;can you pls. confirm that using your x_login/x_password credentials related your sandbox account? I am assuming that you are testing aganist sandbox endpoint before switching to prod.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 17:25:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-103-This-transaction-cannot-be-accepted/m-p/61588#M36014</guid>
      <dc:creator>bhav</dc:creator>
      <dc:date>2018-02-09T17:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error 103: This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-103-This-transaction-cannot-be-accepted/m-p/61608#M36032</link>
      <description>&lt;P&gt;Hi bhav,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is the endpoint I'm using.&amp;nbsp; I've tried passing only the login, login and password, and login and transaction key.&amp;nbsp; None of them work.&amp;nbsp; I had this problem years ago, and the only solution was to turn password-required-mode off, but I can't find that option under my account anymore.&amp;nbsp; See thread below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a feeling Authorize.net is forcing password-required mode on, which has never worked for my account, and I don't know why.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.developer.authorize.net/t5/Integration-and-Testing/AIM-103-This-transaction-cannot-be-accepted-with-valid/m-p/36687#M20385" target="_blank"&gt;https://community.developer.authorize.net/t5/Integration-and-Testing/AIM-103-This-transaction-cannot-be-accepted-with-valid/m-p/36687#M20385&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2018 15:22:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-103-This-transaction-cannot-be-accepted/m-p/61608#M36032</guid>
      <dc:creator>wesg92</dc:creator>
      <dc:date>2018-02-10T15:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error 103: This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-103-This-transaction-cannot-be-accepted/m-p/62170#M36540</link>
      <description>&lt;P&gt;Was this ever resolved?&amp;nbsp; I'm having the same problem since the TLS 1.2 change.&amp;nbsp; I definitely know my login and key are correct.&amp;nbsp; Appreciate in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;</description>
      <pubDate>Sat, 17 Mar 2018 16:03:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-103-This-transaction-cannot-be-accepted/m-p/62170#M36540</guid>
      <dc:creator>spaskovich</dc:creator>
      <dc:date>2018-03-17T16:03:42Z</dc:date>
    </item>
  </channel>
</rss>

