cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Accept.js returns wrong error codes

There is a wrong error codes assigning in accept.js

If HTTPS request returns JSON with error E00001 "An error occurred during processing. Please try again." it returns code E_WC_15 (instead of E_WC_19)

If HTTPS request returns JSON with error E00007 "User authentication failed due to invalid authentication values." it returns code E_WC_17 (instead of E_WC_21).

This bug presents in test and production version AcceptCore.js

ill001
Member
1 ACCEPTED SOLUTION

Accepted Solutions

It looks like you are getting the old cached version of AcceptCore.js. Try getting a fresh copy with :

https://jstest.authorize.net/v1/AcceptCore.js?2 or https://js.authorize.net/v1/AcceptCore.js?2

Powered by NexWebSites.com -
Certified Authorize.net developers

View solution in original post

NexusSoftware
Trusted Contributor
1 REPLY 1

It looks like you are getting the old cached version of AcceptCore.js. Try getting a fresh copy with :

https://jstest.authorize.net/v1/AcceptCore.js?2 or https://js.authorize.net/v1/AcceptCore.js?2

Powered by NexWebSites.com -
Certified Authorize.net developers
NexusSoftware
Trusted Contributor