Skip to main content
GET
List all saved payment methods for a customer. Use the id field as paymentMethodId when charging a saved card.

Authorization

Bearer <accessSecret> Path Parameters
string
required
The customer UUID whose cards to retrieve.
Response Returns an array of saved card objects. Returns an empty array [] if no cards are saved.
string
Card identifier. Use this as paymentMethodId when processing payments.
string
Cardholder name.
string
Card type (e.g., credit, debit).
string
Last 4 digits of the card number.
string
Card category (e.g., consumer, commercial).
string
Card type (e.g., DEBIT, CREDIT, PREPAID).
string
Card network brand (e.g., VISA, MASTERCARD).
string
Card issuing country code (e.g., GB).
string
Recurrence type (unscheduled, recurring, installment). Default: unscheduled.
string
Card expiry date in MM/YYYY format.