Trying to implement the Accept Hosted solution for my site, everything seemed to be working just fine, but now I'm getting a 404 error from jstest.authorize.net/v3/acceptMain/acceptMain.html.
I send a createTransactionRequest and get a successful response with a valid token. On the page that sends the getHostedPaymentPageRequest with the token, I can see an error in the console telling me “Failed to load resource: the server responded with a status of 404 (Not Found) jstest.authorize.net/v3/acceptMain/acceptMain.html”. And if I click my payment button, the iFrame loads a “404 error” page.
I haven't changed any of my code that deals with the authorize.net transactions, so I'm at a loss as to what is going wrong. Any advice? I was so close to making this work, but I may have to scrap it all and go to another solution.
Solved! Go to Solution.
07-26-2018 07:56 AM
Hi @Emp7BR
There hasnt been any updates for it in the prod env . Can you check by clearing the browser cache and trying ?
Thanks
07-26-2018 04:56 PM
Hi @Emp7BR
There hasnt been any updates for it in the prod env . Can you check by clearing the browser cache and trying ?
Thanks
07-26-2018 04:56 PM
Must be it, it's working now - thank you! Probably a rookie mistake. :-/
07-28-2018 12:04 PM
We transitioned to AcceptJS earlier this year and everything was working perfectly. This week on Tuesday 9/18/2018 we started receiving the "404 error from acceptMain.html" for newer browser versions. We tried to clear the browser cache, which didn't work.
URL: https://js.authorize.net/v3/acceptMain.html
Any advice on how to resolve this issue?
09-21-2018 07:46 AM
We transitioned to AcceptJS earlier this year and everything was working perfectly. This week on Tuesday 9/18/2018 we started receiving the "404 error from acceptMain.html" for newer browser versions. We tried to clear the browser cache, which didn't work.
URL: https://js.authorize.net/v3/acceptMain.html
Any advice on how to resolve this issue?
09-21-2018 07:48 AM
Yes this just happened to us as well.
https://js.authorize.net/v3/acceptMain.html - 404
https://js.authorize.net/v3/acceptMain/acceptMain.html - 200
Strangely enough, Chrome 67 uses the first URL, Firefox uses the second.
09-21-2018 02:09 PM
The path changed with absolutely no notice. Some of our customers lost out on days worth of orders.
Previously: https://js.authorize.net/v3/acceptMain.html
Now: https://js.authorize.net/v3/acceptMain/acceptMain.html
If you do JS aggregation, rebuilding/clearing should fix it.
09-21-2018 02:13 PM
Clearing cache worked for me too.
04-09-2019 11:42 PM
We moved to AcceptJS earlier this year and everything worked perfectly. This week, Tuesday, September 18, 2018, we will get a "404 error" for newer browser versions. We tried to clear the cache of a working browser.
10-12-2021 09:04 AM
The road has been changed without warning. Some of our customers have lost their day order..
01-20-2022 05:29 AM