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?
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?