Accept.js is returning a 550 access denied error when attempting to fetch a payment nonce.
I'm still in development so I don't know if the issue is happening on production as well, but it is happening in the sandbox (https://jstest.authorize.net/v1/Accept.js).
Sending in an invalid date is returning E_WC_08 so the base connection is working.
However, when I try and send valid data the following error is returned.
XMLHttpRequest cannot load https://apitest.authorize.net/xml/v1/request.api. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://test.lyle.local' is therefore not allowed access. The response had HTTP status code 550.
I'm getting the same response when trying the sample code (http://developer.authorize.net/api/reference/features/acceptjs.html)
This integration was working a couple of hours ago. Are there updates coming that will require changes to the client side code or was a configuration change made on the Accept.JS end that will be reverted?
Thanks
โ09-22-2016 02:12 PM
Sandbox API is down.
โ09-22-2016 02:18 PM
Thanks. It is working now.
โ09-22-2016 04:34 PM