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
As a user I want to be able to add a new payment account.
The default page should show placeholder text and a control that when clicked will begin the new payment account flow
Once clicking to begin a new payment account flow, the user will select the currency for the payment method
Once a currency has been chosen, the user may select they preferred payment method
Once a payment method is selected, the rest of the payment inputs are made available for the user to fill out.
Once the payment method inputs have been validated, enable the save button. Once clicked, show the Please Verify screen.
Once the user clicks to verify their payment options, persist them in local storage.
If the user does not verify their payment options and closes the verification dialogue, they should return back to the payment options screen where they can make corrections.
Note:
Document the different inputs that are possible for the payment methods and currencies.
Inputs need validation to determine they are correctly formatted to prevent issues downstream in future interactions involving this payment method.
The text was updated successfully, but these errors were encountered:
As a user I want to be able to add a new payment account.
Please Verify
screen.Note:
The text was updated successfully, but these errors were encountered: