As a user
I need to retrieve a payment method by unique identifier So that I can access other fields associated with that specific unique payment method
Details and Assumptions
Retrieving a singular payment method will also return the fields in a secure fashion without revealing the entirety of secrets
Will be used in cases like "Default Payment Method" to show more detailed information about the currently selected payment method
Only user associated with the payment method can delete it
Only works with existing payment methods (obviously)
Acceptance Criteria
Given a user who has a payment method id that is associated with them
When they try to access that payment method
Then they will retrieve more information about the payment method's fields
As a user I need to retrieve a payment method by unique identifier
So that I can access other fields associated with that specific unique payment method
Details and Assumptions
Only works with existing payment methods (obviously)
Acceptance Criteria