<?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: Authentication error when switching to Live in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60649#M35169</link>
    <description>&lt;P&gt;I am using credentials from the production merchant interface. As I said the code works fine with sandbox authentication values but when I switch to the live authentication I get an error.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Nov 2017 18:48:14 GMT</pubDate>
    <dc:creator>PcDudes524</dc:creator>
    <dc:date>2017-11-28T18:48:14Z</dc:date>
    <item>
      <title>Authentication error when switching to Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60643#M35163</link>
      <description>&lt;P&gt;All of my code is working correctly with my sandbox credentials but as soon as I switch to the live version I start getting an error. The error is E00007 "User authentication failed due to invalid authentication values".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have checked and rechecked my authentication values and they are correct. I submitted a ticket to Authorize and they just keep parroting back that error E00007 is because my authentication values are wrong.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 17:13:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60643#M35163</guid>
      <dc:creator>PcDudes524</dc:creator>
      <dc:date>2017-11-28T17:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication error when switching to Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60646#M35166</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22279"&gt;@PcDudes524&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using credentials retrieved from production merchant interface (&lt;A href="https://account.authorize.net" target="_blank"&gt;https://account.authorize.net&lt;/A&gt;) or your sandbox credentials.&amp;nbsp; Our production and sandbox systems are completely separate and you cannot use one set of credentials with the other.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 18:13:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60646#M35166</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-11-28T18:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication error when switching to Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60649#M35169</link>
      <description>&lt;P&gt;I am using credentials from the production merchant interface. As I said the code works fine with sandbox authentication values but when I switch to the live authentication I get an error.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 18:48:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60649#M35169</guid>
      <dc:creator>PcDudes524</dc:creator>
      <dc:date>2017-11-28T18:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication error when switching to Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60653#M35173</link>
      <description>If your code is working fine with Sandbox environment, that means you are making request to Sandbox API endpoint (&lt;A href="https://apitest.authorize.net/xml/v1/request.api" target="_blank"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/A&gt;) with correct Sandbox API credentials.&lt;BR /&gt;&lt;BR /&gt;For live transaction you will need to make the calls to Production API endpoint (&lt;A href="https://api.authorize.net/xml/v1/request.api" target="_blank"&gt;https://api.authorize.net/xml/v1/request.api&lt;/A&gt;) with Production API credentials.&lt;BR /&gt;&lt;BR /&gt;If you make this 2 things correct your request should get successful response. Please cross check this 2 things.&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Nov 2017 21:13:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60653#M35173</guid>
      <dc:creator>kikmak42</dc:creator>
      <dc:date>2017-11-28T21:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication error when switching to Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60654#M35174</link>
      <description>&lt;P&gt;Yes, that is part of the switch from the sandbox enviroment to the live enviroment. Would you like me to post my code so you can double check it?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 21:20:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60654#M35174</guid>
      <dc:creator>PcDudes524</dc:creator>
      <dc:date>2017-11-28T21:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication error when switching to Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60655#M35175</link>
      <description>You can use your credentials to make the following request to the Production Endpoint( &lt;A href="https://api.authorize.net/xml/v1/request.api" target="_blank"&gt;https://api.authorize.net/xml/v1/request.api&lt;/A&gt;) using Postman or any rest client.&lt;BR /&gt;&lt;BR /&gt;&amp;lt;authenticateTestRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt;&amp;lt;merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;API_LOGIN_ID&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;transactionKey&amp;gt;API_TRANSACTION_KEY&amp;lt;/transactionKey&amp;gt;&lt;BR /&gt;&amp;lt;/merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;lt;/authenticateTestRequest&amp;gt;&lt;BR /&gt;&lt;BR /&gt;If you still get E00007 error then there is an issue with the credentials, otherwise there is somewhere something wrong in the code.</description>
      <pubDate>Tue, 28 Nov 2017 21:35:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60655#M35175</guid>
      <dc:creator>kikmak42</dc:creator>
      <dc:date>2017-11-28T21:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication error when switching to Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60656#M35176</link>
      <description>&lt;P&gt;The Postman program is quite complicated, any tips on how to use it with Authorize because I am lost here.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 21:48:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60656#M35176</guid>
      <dc:creator>PcDudes524</dc:creator>
      <dc:date>2017-11-28T21:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication error when switching to Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60659#M35179</link>
      <description>&lt;P&gt;You can use the sample code on the Github for testing your credentials&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/AuthorizeNet/sample-code-java&amp;nbsp;" target="_blank"&gt;https://github.com/AuthorizeNet/sample-code-java&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 23:41:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60659#M35179</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2017-11-28T23:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication error when switching to Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60682#M35199</link>
      <description>&lt;P&gt;Ok, the script is now properly generating a token and displaying the payment iframe. However when I enter payment information I get the following error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"User authentication failed due to invalid authentication values."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 16:22:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60682#M35199</guid>
      <dc:creator>PcDudes524</dc:creator>
      <dc:date>2017-11-30T16:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication error when switching to Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60691#M35207</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22279"&gt;@PcDudes524&lt;/a&gt;&amp;nbsp; Can you try resetting your API password thru MINT URL - &lt;A href="https://account.authorize.net" target="_blank"&gt;https://account.authorize.net&lt;/A&gt; and retry the API with latest password?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 06:13:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60691#M35207</guid>
      <dc:creator>bhav</dc:creator>
      <dc:date>2017-12-01T06:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication error when switching to Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60700#M35214</link>
      <description>&lt;P&gt;Here's a quick helpful reference for authentication issues:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Be sure your form is posting the nonce token to the correct URL. This is the most common issue I've seen, where developers left the Sandbox url in the form action.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Production:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://accept.authorize.net/payment/payment" target="_blank"&gt;https://accept.authorize.net/payment/payment&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sandbox:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://test.authorize.net/payment/payment" target="_blank"&gt;https://test.authorize.net/payment/payment&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Be sure you are posting to the correct API Endpoint. This is less common, but I've seen developers leave the Sandbox endpoint in the code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Production:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://api.authorize.net/xml/v1/request.api" target="_blank"&gt;https://api.authorize.net/xml/v1/request.api&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sandbox:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://apitest.authorize.net/xml/v1/request.api" target="_blank"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Least common, but still an issue (especially with JAVA): Verify your server can connect to TLS 1.0 and TLS 1.2. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Production currently uses TLS 1.0 and Sandbox uses TLS 1.2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps and good luck sir.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Edit: Please take care when writing your nodes (for xml) or keys (for json), they are case sensitive AND they must be written in order of the API documentation. If you have them out of order, it will give errors that do not make sense (like authentication errors even when everything is correct).&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 19:28:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60700#M35214</guid>
      <dc:creator>NickL</dc:creator>
      <dc:date>2017-12-01T19:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication error when switching to Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60714#M35228</link>
      <description>&lt;P&gt;I have reset the authentication codes and can now generate a token in the live enviroment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to submit payment information however I get the user authentication error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22809"&gt;@NickL&lt;/a&gt;- I have double checked all of these things and they are all set correctly.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 16:56:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60714#M35228</guid>
      <dc:creator>PcDudes524</dc:creator>
      <dc:date>2017-12-04T16:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication error when switching to Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60755#M35267</link>
      <description>&lt;P&gt;Switched everything back to sandbox mode and it worked fine, still totally stumped..&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 16:18:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60755#M35267</guid>
      <dc:creator>PcDudes524</dc:creator>
      <dc:date>2017-12-06T16:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication error when switching to Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60788#M35299</link>
      <description>&lt;P&gt;Can you trying something to find where the actual issue is, in sandbox mode change the API credentials to something random, and see if it fails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm suspecting that wherever you are setting up the credentials, the code is not picking from there.&lt;/P&gt;&lt;P&gt;If the request fails than I will be wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you can post some&amp;nbsp; logs or the code block it will help us to understand better.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 17:31:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authentication-error-when-switching-to-Live/m-p/60788#M35299</guid>
      <dc:creator>kikmak42</dc:creator>
      <dc:date>2017-12-07T17:31:54Z</dc:date>
    </item>
  </channel>
</rss>

