<?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 E00007 - invalid authentication values in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00007-invalid-authentication-values/m-p/51557#M26909</link>
    <description>&lt;P&gt;That was it, thanks so much for your help.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jul 2015 17:45:31 GMT</pubDate>
    <dc:creator>nvw</dc:creator>
    <dc:date>2015-07-28T17:45:31Z</dc:date>
    <item>
      <title>Error E00007 - invalid authentication values</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00007-invalid-authentication-values/m-p/51549#M26901</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is more of a sanity check but...I am trying to pick up where another developer left off with a Wordpress Woo Commerce site. When doing a test transaction to my sandbox account, I get the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;API Request/Response: 
&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;createCustomerProfileResponse&amp;gt;
  &amp;lt;messages&amp;gt;
    &amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;
    &amp;lt;message&amp;gt;
      &amp;lt;code&amp;gt;E00007&amp;lt;/code&amp;gt;
      &amp;lt;text&amp;gt;User authentication failed due to invalid authentication values.&amp;lt;/text&amp;gt;
    &amp;lt;/message&amp;gt;
  &amp;lt;/messages&amp;gt;
&amp;lt;/createCustomerProfileResponse&amp;gt;&lt;/PRE&gt;&lt;P&gt;Then...&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;createCustomerProfileRequest&amp;gt;
  &amp;lt;merchantAuthentication&amp;gt;
    &amp;lt;name&amp;gt;123456789&amp;lt;/name&amp;gt;
    &amp;lt;transactionKey&amp;gt;123456789&amp;lt;/transactionKey&amp;gt;
  &amp;lt;/merchantAuthentication&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;In addtion to the incorrect login creditials, the error log tells me that the address and credit card expiration date are sent correctly but the card number and code are sent as zeros. I am certain the developer of the module got it right so it has to be something local or in the way it is connecting to my sandbox account. I know the API login creditals are correct and confirmed that they are saved correctly in the database. The only other caveat I can think of is that they are using a self signed SSL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My question is whether authorize.net is returning what is actually being sent by the module or does this have something to do with sending to a sandbox account.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 13:45:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00007-invalid-authentication-values/m-p/51549#M26901</guid>
      <dc:creator>nvw</dc:creator>
      <dc:date>2015-07-28T13:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error E00007 - invalid authentication values</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00007-invalid-authentication-values/m-p/51550#M26902</link>
      <description>&lt;P&gt;If it is a sandbox account make sure it sending to the sandbox url.&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/api/cim/" target="_blank"&gt;http://developer.authorize.net/api/cim/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 13:58:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00007-invalid-authentication-values/m-p/51550#M26902</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-07-28T13:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error E00007 - invalid authentication values</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00007-invalid-authentication-values/m-p/51551#M26903</link>
      <description>&lt;P&gt;Thanks for the fast repy.&amp;nbsp;&lt;SPAN&gt;Here is what I have found in the code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;const PRODUCTION_ENDPOINT = 'https://api.authorize.net/xml/v1/request.api';&lt;/PRE&gt;&lt;P&gt;Are you suggesting I should change this to&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;const PRODUCTION_ENDPOINT = '&lt;STRONG&gt;http://developer.authorize.net/api/cim/&lt;/STRONG&gt;request.api';&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Jul 2015 14:31:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00007-invalid-authentication-values/m-p/51551#M26903</guid>
      <dc:creator>nvw</dc:creator>
      <dc:date>2015-07-28T14:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error E00007 - invalid authentication values</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00007-invalid-authentication-values/m-p/51552#M26904</link>
      <description>&lt;P&gt;The XML doc said&lt;/P&gt;&lt;P&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;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 14:50:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00007-invalid-authentication-values/m-p/51552#M26904</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-07-28T14:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error E00007 - invalid authentication values</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00007-invalid-authentication-values/m-p/51557#M26909</link>
      <description>&lt;P&gt;That was it, thanks so much for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 17:45:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00007-invalid-authentication-values/m-p/51557#M26909</guid>
      <dc:creator>nvw</dc:creator>
      <dc:date>2015-07-28T17:45:31Z</dc:date>
    </item>
  </channel>
</rss>

