I am trying to implement Accept.js hosted payment page in PHP Laravel and Vuejs
I have included Accept.js and other related scripts in my page.
I am referring to this documentation -
But when the page is loaded, then the page shows blank.
I am trying it out locally. So my local url is https://localhost/virtualhost Accept js loads iFrame, there is an iFrame URL like this, https://jstest.authorize.net/v3/acceptMain/acceptMain.html#%7B%22verifyOrigin%22%3A%22AcceptUI%22%2C...
But when I click this URL, it shows error saying that origin URL is different than expected.
There is no javascript errors on console of my browser. But there is nothing visible on browser.
04-14-2021 06:39 AM
Any help would be highly appreciated.
04-15-2021 08:37 AM
No solution was suggested by the team.
Am I missing the token? How do I provide the token to Accept.js?
04-21-2021 09:35 PM
Issue has been resolved. It was my mistake to overlook the CSS which was not showing the pay button. I apologize for this. It is resolved now.
04-26-2021 02:43 AM