<?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 (13) The merchant login ID or password is invalid or the account is inactive. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/13-The-merchant-login-ID-or-password-is-invalid-or-the-account/m-p/48889#M24545</link>
    <description>&lt;P&gt;Having just suffered what I can only describe as the most appalling customer service I have ever encountered from a technical platform provider that will take me to other providers in future, I have been advised to seek help from the community from whom I hope some better help than "we're not developers and have no escalation path" will come.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our site was working for weeks accepting payments. Today we changed the transaction key and ever since we cannot get the integration to work. I took a different approach and decided to try and get the Authorize.net sample code working - I downloaded the PHP SDK and modified AuthorizeNetDPM so that both URLs are live:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;const LIVE_URL = '&lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll';"&gt;https://secure.authorize.net/gateway/transact.dll';&lt;/A&gt;&lt;BR /&gt;const SANDBOX_URL = '&lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll';"&gt;https://test.authorize.net/gateway/transact.dll';&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then created a PHP script with&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AuthorizeNetDPM::directPostDemo($url, $api_login_id, $transaction_key, $amount, $md5_setting);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hosted this on a domain and run it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We still get Error 13.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been told error 13 happens:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. When an account is closed (our account is open and LIVE)&lt;/P&gt;&lt;P&gt;2. When login or trans key are incorrect. I have checked more than 10 times and regenerated the trans key many times too to be sure - I am convinced the values are 100% correct.&lt;/P&gt;&lt;P&gt;3. When you post to the sandbox - well, I replaced the sandbox URL with the live url to be sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under no circumstance do we get anything other than 13.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(13) The merchant login ID or password is invalid or the account is inactive.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am now at the end of possibility with debugging. Authorize.net are utterly useless in assisting other than reciting support workflows that I have clearly shown to be completed. This has fried their brains and they have thrown their hands in the air blaming the integration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would be very happy to blame the integration, please do. But it's Authorize.net's own PHP SDK demo that is failing with our values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please help me before I jump out of a window.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Nov 2014 21:13:22 GMT</pubDate>
    <dc:creator>porridgebear</dc:creator>
    <dc:date>2014-11-18T21:13:22Z</dc:date>
    <item>
      <title>(13) The merchant login ID or password is invalid or the account is inactive.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/13-The-merchant-login-ID-or-password-is-invalid-or-the-account/m-p/48889#M24545</link>
      <description>&lt;P&gt;Having just suffered what I can only describe as the most appalling customer service I have ever encountered from a technical platform provider that will take me to other providers in future, I have been advised to seek help from the community from whom I hope some better help than "we're not developers and have no escalation path" will come.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our site was working for weeks accepting payments. Today we changed the transaction key and ever since we cannot get the integration to work. I took a different approach and decided to try and get the Authorize.net sample code working - I downloaded the PHP SDK and modified AuthorizeNetDPM so that both URLs are live:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;const LIVE_URL = '&lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll';"&gt;https://secure.authorize.net/gateway/transact.dll';&lt;/A&gt;&lt;BR /&gt;const SANDBOX_URL = '&lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll';"&gt;https://test.authorize.net/gateway/transact.dll';&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then created a PHP script with&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AuthorizeNetDPM::directPostDemo($url, $api_login_id, $transaction_key, $amount, $md5_setting);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hosted this on a domain and run it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We still get Error 13.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been told error 13 happens:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. When an account is closed (our account is open and LIVE)&lt;/P&gt;&lt;P&gt;2. When login or trans key are incorrect. I have checked more than 10 times and regenerated the trans key many times too to be sure - I am convinced the values are 100% correct.&lt;/P&gt;&lt;P&gt;3. When you post to the sandbox - well, I replaced the sandbox URL with the live url to be sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under no circumstance do we get anything other than 13.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(13) The merchant login ID or password is invalid or the account is inactive.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am now at the end of possibility with debugging. Authorize.net are utterly useless in assisting other than reciting support workflows that I have clearly shown to be completed. This has fried their brains and they have thrown their hands in the air blaming the integration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would be very happy to blame the integration, please do. But it's Authorize.net's own PHP SDK demo that is failing with our values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please help me before I jump out of a window.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2014 21:13:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/13-The-merchant-login-ID-or-password-is-invalid-or-the-account/m-p/48889#M24545</guid>
      <dc:creator>porridgebear</dc:creator>
      <dc:date>2014-11-18T21:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: (13) The merchant login ID or password is invalid or the account is inactive.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/13-The-merchant-login-ID-or-password-is-invalid-or-the-account/m-p/48897#M24547</link>
      <description>&lt;P&gt;&lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll?x_version=3.1&amp;amp;x_type=PRIOR_AUTH_CAPTURE&amp;amp;x_delim_data=TRUE&amp;amp;x_relay_response=FALSE&amp;amp;x_login=[your_loginid]&amp;amp;x_tran_key=[your_transkey]&amp;amp;x_trans_id=2219677074&amp;amp;x_amount=10.99&amp;amp;x_test_request=true"&gt;https://secure.authorize.net/gateway/transact.dll?x_version=3.1&amp;amp;x_type=PRIOR_AUTH_CAPTURE&amp;amp;x_delim_data=TRUE&amp;amp;x_relay_response=FALSE&amp;amp;x_login=[your_loginid]&amp;amp;x_tran_key=[your_transkey]&amp;amp;x_trans_id=2219677074&amp;amp;x_amount=10.99&amp;amp;x_test_request=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;copy the link, put in your loginid and transkey, run it in a browser, should get&lt;/P&gt;&lt;P&gt;3,2,16,(TESTMODE) The transaction cannot be found&lt;/P&gt;&lt;P&gt;if you are getting error 13 still. your key is not working&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The link use AIM to do a PRIOR_AUTH_CAPTURE with a fake x_trans_id, and x_test_request=true just in case.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 01:56:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/13-The-merchant-login-ID-or-password-is-invalid-or-the-account/m-p/48897#M24547</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-11-19T01:56:08Z</dc:date>
    </item>
  </channel>
</rss>

