Hello,
I've been struggling with this for a couple of days now.
I have an Angular app, where I want to embed an Authorize payment form. My backend is written .NET Core.
I call a backend API where I create a getHostedPaymentPageRequest request using .NET example. It all works fine and I'm getting a token back. Then I pass that token to display a payment form. All good here (I can customize it using getHostedPaymentPageRequest so all good). I enter testing card info and click on Pay button and I'm getting E00001 Unexpected error.
When searching for the issue I already fixed couple thing like use 127.0.0.1 instead of localhost
I see IFrameCommunicator.html is being called. But only with resizeWindow actions.
I have tried to include a customer profile and use a saved card, but the same error.
Not sure what else to try? Any idea?
Is there maybe some request logging in the sandbox, where I can see more detailed error?
Thanks for any help!
Marian
04-30-2025 01:17 AM