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
Objective
If Amazon Pay express checkout is enabled and supported, shoppers should be able to use Amazon Pay to pay for orders via the Pay-for-Order page.
Acceptance criteria
When Amazon Pay express checkout is enabled and supported:
Displays the payment button in the Pay-for-Order page.
Displays the correct line items, shipping fee and total amount in the payment modal.
From previous experience with other ECE payment methods, we expect some intersection with code that adds the button to classic checkout/classic cart/product. (Amazon Pay ECE: add to classic checkout #3733)
paymentMethodCreation: manual is not supported for Amazon Pay [1], and confirmation tokens must be used, instead of manually creating payment methods [2, 3].
To create an Amazon Pay Sandbox test buyer account, which you will need for testing and development:
I was working on this issue and just realized that #3793 has covered my fixes. Anything I missed here?
Oh, I did expect intersection with classic checkout, but from experience with Google Pay and Apple Pay, there were a few things that didn't work quite correctly. I guess they have since been fixed?
If we can do an end-to-end process (from the merchant creating the order and the customer using Amazon Pay to pay for it), then I would say everything's good!
Displays in the Order Details page if Amazon Pay was used for the order.
Second thought, for order details, you mean admin order's page, correct?
Objective
If Amazon Pay express checkout is enabled and supported, shoppers should be able to use Amazon Pay to pay for orders via the Pay-for-Order page.
Acceptance criteria
When Amazon Pay express checkout is enabled and supported:
When Amazon Pay express checkout is not enabled:
Others
Notes
paymentMethodCreation: manual
is not supported for Amazon Pay [1], and confirmation tokens must be used, instead of manually creating payment methods [2, 3].Links
The text was updated successfully, but these errors were encountered: