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
01-20-2022 05:34 AM