As a user,
I need to retrieve my list of payment methods, So that I can view and choose from my available payment options for transactions.
Details and Assumptions
Users may have multiple payment methods saved to their account.
Each payment method includes details such as type, custom name, and the last few digits of the payment code for identification.
The retrieval process should be secure, displaying sennsitive information appropriately.
Acceptance Criteria
Given the user is logged in to their account
When the user navigates to the payment methods section
Then the user sees a list of their savd payment methods
And each payment method includes the type, user name, and masked payment code
As a user, I need to retrieve my list of payment methods,
So that I can view and choose from my available payment options for transactions.
Details and Assumptions
The retrieval process should be secure, displaying sennsitive information appropriately.
Acceptance Criteria