mozilla / payments

The root repository for all things Payments at Mozilla.
Other
9 stars 9 forks source link

Page to retry a failed subscription charge #79

Open kumar303 opened 9 years ago

kumar303 commented 9 years ago

When a user receives an email that their subscription charge failed (https://github.com/mozilla/payments-service/issues/71), the email will link to this page so that the user can retry the charge. They should also be able to use a new card on this page.

This will involve UI and API work.

andymckay-limited-access commented 9 years ago

Let's add this to the queue for the management interface.

brampitoyo commented 9 years ago

In my design, the charge failed email contains two links, and it works like this:

charge-failed-flow-diagram

  1. Select credit card UI is located inside the management interface
  2. Retry with the same card can be done by following a link in the email. If the retry process failed, then the select credit card UI is displayed.

Is is possible, though, to get a link to retry the transaction that user can follow?