<?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: Accept.js E_WC_17:User authentication failed due to invalid authentication values. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/58805#M33417</link>
    <description>&lt;P&gt;I came across this thread because I'm having this problem in production. Within the course of an hour, without making any changes to the client&amp;nbsp;credentials, I'm getting successful transactions and transactions rejected for this reason.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any pointers appreciated.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jul 2017 17:58:14 GMT</pubDate>
    <dc:creator>leehinde</dc:creator>
    <dc:date>2017-07-13T17:58:14Z</dc:date>
    <item>
      <title>Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/56513#M31299</link>
      <description>&lt;P&gt;I'm having a little trouble interpreting an error message i'm recieving while trying to implement Accept.js to replace our current Direct Post functionality on a Magento store.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;E_WC_17:User authentication failed due to invalid authentication values.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Looking up this error on&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/features/acceptjs.html" target="_blank"&gt;https://developer.authorize.net/api/reference/features/acceptjs.html&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;E_WC_17&lt;/TD&gt;&lt;TD&gt;Please provide valid card holder name.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried implementing the optional fields according to:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Property Type Description&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;cardNumber&lt;/TD&gt;&lt;TD&gt;String&lt;/TD&gt;&lt;TD&gt;Must be a valid 13-16 digit card number. Required.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;month&lt;/TD&gt;&lt;TD&gt;String&lt;/TD&gt;&lt;TD&gt;2-digit month. Required.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;year&lt;/TD&gt;&lt;TD&gt;String&lt;/TD&gt;&lt;TD&gt;2-digit year. Required.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;cardCode&lt;/TD&gt;&lt;TD&gt;String&lt;/TD&gt;&lt;TD&gt;3 or 4-digit card validation value (CVV). Optional.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;zip&lt;/TD&gt;&lt;TD&gt;String&lt;/TD&gt;&lt;TD&gt;20-character alphanumeric postal code. Optional.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;fullName&lt;/TD&gt;&lt;TD&gt;String&lt;/TD&gt;&lt;TD&gt;64-character alphanumeric cardholder name. Optional.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still no luck, i've verified the Client Key, generated a new one as well. The API Login is correct as well. I'm also using the testing JS "&lt;A href="https://jstest.authorize.net/v1/Accept.js" target="_blank"&gt;https://jstest.authorize.net/v1/Accept.js&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea what this error really means?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 16:30:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/56513#M31299</guid>
      <dc:creator>amazedchili</dc:creator>
      <dc:date>2016-12-23T16:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/56527#M31313</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21028"&gt;@amazedchili&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my experience, the E_WC_17 error is&amp;nbsp;&lt;EM&gt;always&lt;/EM&gt; because of a problem with the authorization credentials (the API Login ID or the Public Client Key). I don't know why the error codes in that documentation would steer you so wrong, but I'll look into that ASAP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For further troubleshooting, re-verify the Public Client Key and the API Login ID. I know you said you've already reissued the client key, but double or triple-check everything to be sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other common gotcha is to make sure that you're using your test credentials if you're calling the test script. Since you're calling the test script that runs in the sandbox environment, you have to have a sandbox account with it's own credentials. Live credentials won't work on sandbox or vice versa. When you're managing or reissuing the public client key, make sure you're logged in to&amp;nbsp;&lt;A href="https://sandbox.authorize.net" target="_blank"&gt;https://sandbox.authorize.net&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know how that goes!&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 19:27:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/56527#M31313</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2016-12-27T19:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/56937#M31684</link>
      <description>&lt;P&gt;I'm having the same exact problem. The error message I'm seeing is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E_WC_17:User authentication failed due to invalid authentication values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code,&amp;nbsp;&lt;SPAN&gt;E_WC_17, &lt;A href="https://developer.authorize.net/api/reference/features/acceptjs.html" target="_self"&gt;as the documentation claims&lt;/A&gt;, is for "Please provide valid card holder name." but the message that accompanies it is related to authentication.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've also tried regenerating my sandbox transaction key, with no change in response.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I wonder, do we need to be setting some client-side equivilent of&amp;nbsp;x_test_request to test in order to use the sandbox accounts?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 04:27:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/56937#M31684</guid>
      <dc:creator>jenlampton</dc:creator>
      <dc:date>2017-02-15T04:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/56938#M31685</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/17263"&gt;@jenlampton&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are some known issues with getting the right code at the right time&amp;nbsp;for some of the error reporting in Accept.js, but those should be fixed soon. In the meantime, if the text you're receiving states an authentication error, it's likely that your issue is indeed related to authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's no test transaction flag that needs to be sent to use Accept.js in the sandbox. The only thing you need to do is load the script from the test location (&lt;A href="https://jstest.authorize.net/v1/Accept.js" target="_blank"&gt;https://jstest.authorize.net/v1/Accept.js&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The important thing to remember, though, is that you're not using your regular sandbox transaction key to use Accept.js. If that's what you're trying with Accept.js, that would explain the error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any credentials you use for Accept.js will be exposed in the browser, so we have you use a special client key that's only for Accept. That way, someone taking your credentials out of the browser would only be able to use them to generate card tokens, not for any transaction processing or anything like that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We call his special client key the "public client key". If you haven't already, go back to the &lt;A href="https://developer.authorize.net/api/reference/features/acceptjs.html" target="_self"&gt;documentation &lt;/A&gt;and read through the section "Obtaining a Public Client Key". That will walk you through the steps of generating a public client key to use with Accept.js.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 16:42:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/56938#M31685</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-02-15T16:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/56975#M31720</link>
      <description>&lt;P&gt;Thanks Aaron, I think that was it! For some reason I had assumed the public client key and the transaction key were the same thing, but the documentation is very clear. I've generated a new public client key for the sandbox account and&amp;nbsp;I'm not getting the error anymore. Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 23:21:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/56975#M31720</guid>
      <dc:creator>jenlampton</dc:creator>
      <dc:date>2017-02-20T23:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/56984#M31729</link>
      <description>&lt;P&gt;No problem&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/17263"&gt;@jenlampton&lt;/a&gt;. The documentation &lt;EM&gt;is&lt;/EM&gt; clear, but only if you already know those are two different things. A few&amp;nbsp;people are still getting caught by that, though, so I'm trying to find ways to make it even more clear.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the feedback!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 17:03:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/56984#M31729</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-02-21T17:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/58805#M33417</link>
      <description>&lt;P&gt;I came across this thread because I'm having this problem in production. Within the course of an hour, without making any changes to the client&amp;nbsp;credentials, I'm getting successful transactions and transactions rejected for this reason.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any pointers appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 17:58:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/58805#M33417</guid>
      <dc:creator>leehinde</dc:creator>
      <dc:date>2017-07-13T17:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/58806#M33418</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/287"&gt;@leehinde&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that's happening in production, we'd need to have someone look into it, maybe analyzing logs and error reports on our side. Could you open up a ticket with our support team?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 18:01:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/58806#M33418</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-07-13T18:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/58813#M33423</link>
      <description>&lt;P&gt;HI;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that the developer@ email, or do I have the client initiate from within their portal?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 19:49:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/58813#M33423</guid>
      <dc:creator>leehinde</dc:creator>
      <dc:date>2017-07-13T19:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/58814#M33424</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/287"&gt;@leehinde&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The developer@ email is for general developer questions (kind of like this forum). For an issue with a production system like this, you'll need an actual ticket that can be tracked and escalated and such.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Easiest way to open that might be to call our support department at (&lt;SPAN&gt;877) 447-3938 and provide the merchant info. There's also an ability to open an e-ticket from within the merchant interface.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 20:03:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/58814#M33424</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-07-13T20:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/58823#M33433</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20843"&gt;@Aaron&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Per your suggestion, I opened a ticket and their initial response is the same as the original post in this thread &amp;nbsp;- i.e, the wrong card holder name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I replied with a link to this thread, so hopefully we can at least agree on the issue.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 21:46:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/58823#M33433</guid>
      <dc:creator>leehinde</dc:creator>
      <dc:date>2017-07-14T21:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/59112#M33713</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20843"&gt;@Aaron&lt;/a&gt;&amp;nbsp;Two weeks ago I submitted a ticket as advised. &amp;nbsp;(&lt;SPAN&gt;1-425378731)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Zero help ensued. After two weeks with no help I reverted back to the old system.&amp;nbsp;I explained that:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;I've discontinued use of Accept.js pending active engagement by your 'internal technicians'.&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But they closed the ticket.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand why you'd suggest handing off to 'real' support for production issues, but at least folks here are engaged.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm totally open to the likelihood that the failure is on me, but without any feedback from&amp;nbsp;Anet, I don't have a way to debug it with&amp;nbsp;the current error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 21:38:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/59112#M33713</guid>
      <dc:creator>leehinde</dc:creator>
      <dc:date>2017-08-01T21:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/59128#M33729</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/287"&gt;@leehinde&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's really unfortunate and I'm really sorry about that. I've escalated your feedback through the support department so that hopefully improvements can be made there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Backing up a bit, here's what we know:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You coded a solution with Accept.js&lt;/LI&gt;
&lt;LI&gt;This solution would work sometimes and fail sometimes, with no change on your side&lt;/LI&gt;
&lt;LI&gt;When it did fail, you got the code E_WC_17, but text relating to authentication ("User authentication failed due to invalid authentication values")&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;In my experience, I can take a perfectly working Accept.js page, change the client key to something invalid, and get the same thing (E_WC_17, but with error text relating to authentication). There are known bugs with Accept.js and error handling, so Accept.js is likely throwing the authentication error, but not updating the error code correctly and reporting the wrong code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This situation is 100% reproducible for me, and then 100% fixable by just providing the correct client key.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, in your case, you say it works some of the time and fails some of the time. That points to the client key not necessarily being wrong, but maybe not working or not being recognized some of the time. That's an issue that somebody would have to look at on the production side, and I'm sorry they dropped the ball on that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm reaching out to try to reopen this ticket and get to the bottom of it so that we can see what's going on. It's important to me to at least understand all of the failure modes until we can roll out the error handling fixes. Would you be willing to do a little more testing and see if you're still experiencing this error? Additionally, would you be willing to send me your page code (with the client key and api login still embedded or included) so that I can try to run the same scripts from my end and just see if there's any difference? Please send to aawright@authorize.net.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 17:31:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/59128#M33729</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-08-02T17:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/59130#M33731</link>
      <description>&lt;P&gt;I'm posting back to my system every use of credentials with each use of Accept.js. I tested for the possibility I wasn't loading correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They come from one source and are the same (correct) for successful and unsuccessful transactions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll make sure the ticket gets re-opened.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 17:29:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/59130#M33731</guid>
      <dc:creator>leehinde</dc:creator>
      <dc:date>2017-08-02T17:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/59131#M33732</link>
      <description>&lt;P&gt;Is there somewhere we can see your code running in a browser? Can you either send your code to us, or point us to the website where your code is running so that we can see it ourselves? This may be crucial to troubleshoot this.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 18:10:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/59131#M33732</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-08-02T18:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/59162#M33759</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20843"&gt;@Aaron&lt;/a&gt;,&amp;nbsp;I'd be happy to do that. But, like I said, I switched back because there hadn't been any engaegment. They (those people over there. :-)) reopened the ticket, but there's been no activity since.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've talkd to my client and once we know someone's looking he's ok with me switching back to the accept.js process and then I'd be happy to get you in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It also occurred to me I'd seen reports here where posts using json (which I'm using) need to be in a certain order. &amp;nbsp; This is consistent with my experience. I was just thinking of switching to xml to see if that works better.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 22:27:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/59162#M33759</guid>
      <dc:creator>leehinde</dc:creator>
      <dc:date>2017-08-03T22:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/59164#M33761</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/287"&gt;@leehinde&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you're getting the error in the Accept.js step, JSON vs XML shouldn't even be an issue at that point. Your API request for the transaction doesn't even happen until the Accept payment nonce/token has been successfully received.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Getting us access to hit your system and to create our own failures will be crucial in troubleshooting for a few reasons.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;It's intermittent&lt;/LI&gt;
&lt;LI&gt;It's not widespread. We don't have any other merchants (that we know about) experiencing intermittent Accept.js authentication failures.&lt;/LI&gt;
&lt;LI&gt;Since it's an authentication failure, we're not logging it associated with a particular merchant (since authentication failed meaning we never correctly identified who the merchant was associated with that request)&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;We do log the failures on our end, but it will require us to know exactly when the failures occurred so that we can correlate a failure&amp;nbsp;&lt;EM&gt;coming from you&lt;/EM&gt; with a failure entry in our log. So, the sooner we can get access to bang on your implementation, the better. Let me know (directly by email if you want) whenever it's available, and I'll alert the (multiple) people who've been investigating this.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 22:55:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/59164#M33761</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-08-03T22:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/59166#M33763</link>
      <description>&lt;P&gt;I've got an email ready. I'm waiting for my customer to create/provide a test account for you to log in with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 23:20:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/59166#M33763</guid>
      <dc:creator>leehinde</dc:creator>
      <dc:date>2017-08-03T23:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/59201#M33798</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.developer.authorize.net/t5/user/viewprofilepage/user-id/20843" target="_blank"&gt;@Aaron&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In AcceptCore.js, both sandbox and production versions, E_WC_17 has the message text: "Please provide valid card holder name."&lt;/P&gt;&lt;PRE&gt;    var a = {
                E_WC_01: "Please include Accept.js library from cdn.",
                E_WC_02: "A HTTPS connection is required.",
                E_WC_03: "Accept.js is not loaded correctly.",
                E_WC_04: "Please provide mandatory field to library.",
                E_WC_05: "Please provide valid credit card number.",
                E_WC_06: "Please provide valid expiration month.",
                E_WC_07: "Please provide valid expiration year.",
                E_WC_08: "Expiration date must be in the future.",
                E_WC_09: "Fingerprint hash should not be blank.",
                E_WC_10: "Please provide valid apiloginid.",
                E_WC_11: "Please provide valid timestamp in utc.",
                E_WC_12: "Sequence attribute should not be blank.",
                E_WC_13: "Invalid Fingerprint.",
                E_WC_14: "Accept.js encryption failed.",
                E_WC_15: "Please provide valid CVV.",
                E_WC_16: "Please provide valid Zip code.",
                E_WC_17: "Please provide valid card holder name.",
                E_WC_18: "Client key is required."
            };
            return {
                messageInfo: a
            }&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Because of the function below, E_WC_17&lt;/SPAN&gt; is returned in the case of API response&amp;nbsp;error code&amp;nbsp;E00007:&lt;/P&gt;&lt;PRE&gt;function n(a, b) {
        try {
            var c = JSON.parse(a.responseText);
            if (void 0 !== c.messages.resultCode &amp;amp;&amp;amp; void 0 !== c.messages.message &amp;amp;&amp;amp; c.messages.message.length &amp;gt;= 1) {
                for (var d in c.messages.message) switch (c.messages.message[d].code) {
                    case "I00001":
                        c.messages.message[d].code = "I_WC_01";
                        break;
                    case "E00001":
                        c.messages.message[d].code = "E_WC_15";
                        break;
                    case "E00003":
                        c.messages.message[d].code = "E_WC_16";
                        break;
                    case "E00007":
                        c.messages.message[d].code = "E_WC_17";
                        break;
                    case "E00096":
                        c.messages.message[d].code = "E_WC_13"
                }&lt;/PRE&gt;&lt;P&gt;The following message is coming directly from the API and getting the wrong E_WC error code inserted from AcceptCore.js:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;User authentication failed due to invalid authentication values.&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&lt;IMG src="https://nexwebhost.com/images/ohsnap.jpg" border="0" alt="" width="367" height="200" /&gt;&lt;/P&gt;&lt;P&gt;By the way, it looks like the only API response case to E_WC error that is mapped correctly is&amp;nbsp;Code: E00096, "Finger Print value is not valid".&lt;/P&gt;&lt;PRE&gt;Code: I00001
Successful.

Code: E00001
An error occurred during processing. Please try again.

Code: E00003
An error occurred while parsing the XML request.

Code: E00096
Finger Print value is not valid. // Yay, we have a match.&lt;/PRE&gt;&lt;P&gt;Oh, snap is right, I just read your comments about known error handling issues and rolling out some changes, and here I was thinking I made a discovery. Though, some of these modifications could made in minutes and would go a long way in terms of robustness and being able to diagnose issues in the interim. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In practice, many of these issues may not be experienced, because they get trapped and return the correct message before&amp;nbsp;processTransaction is called with the following:&lt;/P&gt;&lt;PRE&gt; function responseHandler(response) {
        if (response.messages.resultCode === "Error") {
            for (var i = 0; i &amp;lt; response.messages.message.length; i++) {
                console.log(response.messages.message[i].code + ": " + response.messages.message[i].text);
document.getElementById("result").innerHTML = response.messages.message[i].text;
           }
           // alert("Error!")
                } else {
            console.log(response.opaqueData.dataDescriptor);
            console.log(response.opaqueData.dataValue);
            processTransaction(response.opaqueData);

        }
    }&lt;/PRE&gt;&lt;P&gt;However, AcceptCore is only doing limited error checking when it comes to Authentication values.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 08:43:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/59201#M33798</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-08-07T08:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js E_WC_17:User authentication failed due to invalid authentication values.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/59205#M33802</link>
      <description>&lt;P&gt;&amp;lt;sigh&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error handling fixes, as simple as they may be, are still not yet released because they're tied up with another release. The good news is that the other release brings oft requested features, and is actually on track to show up soon. I don't want to make any more promises beyond that until we get closer, but I'm optimistic that this can finally get fixed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But, you're right. Once you dig through the code and see the nature of the error, "Oh snap" is right. I'll gladly take any flogging here on behalf of the whole team.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 16:19:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-E-WC-17-User-authentication-failed-due-to-invalid/m-p/59205#M33802</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-08-07T16:19:31Z</dc:date>
    </item>
  </channel>
</rss>

