MyAccount
Get My Account Payment Methods
Returns the payment methods saved against the authenticated customer.
get/customers/my-account/payment-methods
Response
The customer's payment methods were successfully retrieved
Example response
{
"data": [
{
"payment_method_id": "pm_3K6a0RGysTOePye00nkob5Pi",
"name": "My debit card",
"status": "revoked",
"cardholder_name": "Jane Doe",
"card_brand": "amex",
"card_country": "gb",
"card_funding": "credit",
"card_expiry": "08/22",
"last_4": "1234",
"processor": "stripe",
"created_at": "2025-01-01T00:00:00+00:00",
"updated_at": "2025-01-01T00:00:00+00:00",
"revoked_at": "2025-01-01T00:00:00+00:00"
}
]
}