Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amazon Pay ECE: compatibility with Subscriptions #3859

Closed
annemirasol opened this issue Feb 10, 2025 · 3 comments
Closed

Amazon Pay ECE: compatibility with Subscriptions #3859

annemirasol opened this issue Feb 10, 2025 · 3 comments

Comments

@annemirasol
Copy link
Contributor

Tasks

  • Run through Subscription-related critical flows using Amazon Pay.
  • Document in-ticket flows that have been tested, e.g. purchasing a subscription using Amazon Pay inside the classic checkout page.
  • Address any issues that surface, or create Github issues for them.
@hsingyuc
Copy link
Contributor

hsingyuc commented Feb 17, 2025

We should enable ECE buttons for the synchronized subscription products that include the subscription fee because we charge the subscription fee upfront. Issue #3905

Not related to the Amazon Pay question:
I noticed that the initial order is being created only for the subscription fee, but the order item name uses the product name. Shouldn’t the order item name be "subscription fee" instead of the product name to reduce confusion?

@malithsen
Copy link
Contributor

User Type Test Status Notes
Shopper Purchase a subscription product
Shopper Purchase a trial subscription ⚠️ ECE buttons not displayed. See #3623
Shopper Purchase multiple subscriptions (same schedule)
Shopper Purchase multiple subscriptions (differing schedules)
Shopper Renew subscription We're able to renew the subscription using an existing card but the original payment method used is not saved to the store. See:
Shopper Change payment method to new card ⚠️ ECE payment methods are not displayed. I guess this is expected.
Shopper Change payment method to saved card This doesn't really involve any Amazon Pay specific flows, we're mostly checking if we can change the payment method of a subscription that was initially purchased with Amazon Pay to something else.
Shopper Change default payment method Same as above.
Merchant Renew subscription automatically Payment method is not saved in the store, resulting in renewal failures. See: #3938
Merchant Renew subscription manually ⚠️ ECE payment methods are not displayed. I guess this is expected.

@annemirasol
Copy link
Contributor Author

With #4008, Amazon Pay should now be fully compatible with Subscriptions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants