Get payment method
Retrieve the details of an existing customer payment method.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Payment method ID.
Example:
"pm_1xMpj5bwRqN7LM"
Payment method status.
active
: The payment method is ready to be used.pending
: The payment method is pending activation or being validated.
Available options:
active
, pending
Example:
"active"
Payment method type.
card
: Credit or debit carddirect_debit_sepa
: SEPA Direct Debitdirect_debit_ach
: ACH Direct Debit with an US bank accountdirect_debit_bacs
: Bacs Direct Debit with an UK bank account
Available options:
card
Example:
"card"
Last four digits of the card.
Example:
2718
Expiration date of the card using YYYY-MM format.
Example:
"2026-11"
Brand of the card.
Example:
"visa"
Was this page helpful?