You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dariusmann
Amazon Pay does always require browser based interaction with the user. The only feasible way I see for your project is to transfer the logic into a small WebView workflow. As you will need to redirect the user to the Amazon Pay URL, you will need it anyway and therefore I'd recommend putting the whole logic into it.
Perhaps good to know for you: With the initCheckout method of the JS SDK you might start the checkout without actually displaying the button to the user.
We want to implement the amazon payment checkout v2 in our flutter mobile app.
We are blocked by the fact, that we need to render the checkout button with JS: https://developer.amazon.com/es/docs/amazon-pay-checkout/add-the-amazon-pay-button.html
I expect this JS SDK to render a button with a URL (ready configured) which leads to the checkout.
We cannot do that because we are in a flutter context.
Is there a way to generate this URL on server side with this SDK or with another SDK?
If not, how to actually integrate the ama checkout v2 in mobile?
The text was updated successfully, but these errors were encountered: