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
{{ message }}
This repository was archived by the owner on Dec 27, 2023. It is now read-only.
Q1 - does amazon-pay-react support single payments?
Q2 - help, how do I setup the order total, ref, etc?
Q3 - Is there other agreementType which are valid?
Hi,
I've ran up the example with my own amazon sandbox and sandbox user. I can log-in ok, see addresses, and select credit card. Good so far.
Then, I am stuck. I want to have a single item with associate price and go through the purchase of that item. I'm not quite sure how to do step 5 of
https://developer.amazon.com/docs/amazon-pay-onetime/set-and-confirm-purchase.html
I see that in the example index.js there is
agreementType={'BillingAgreement'}
But I only see BillingAgreement mentioned in the recurring payments
https://developer.amazon.com/docs/amazon-pay-automatic/set-and-confirm-billing-agreement.html
So,
Q1 - does amazon-pay-react support single payments?
Q2 - help, how do I setup the order total, ref, etc?
Q3 - Is there other agreementType which are valid?