PaymentMethods
Get a payment method
Returns the stored details for the given payment method — processor, type, masked last-4, status, and timestamps. The bearer token must have CUSTOMERS_VIEW for the brand that owns the underlying customer.
get/customers/payment-methods/{paymentMethodId}
Response
The PaymentMethod was 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"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.