I've tried a manual implementation of the Authorize.Net in NextJS and so far accomplished this:
I am able to generate the token
I am able to render the form inside an Iframe
However, when I check the network tab on dev tools I see the request status is blocked:other for the IFrameCommunicator
On top of that there are multiple issues in the console log
Has anyone implemented this on NextJS?
I am not able to get the success event fired in the global listener
Thanks in advance
07-31-2023 08:09 AM - edited 07-31-2023 08:10 AM