Payment Methods
List Payment Methods
List payment methods via the Atoa Payment Methods API, request parameters, response schema and code samples in cURL, Python, JavaScript, PHP, Go and Java.
GET
List all saved payment methods for a customer. Use the
Response
Returns an array of saved card objects. Returns an empty array
id field as paymentMethodId when charging a saved card.
Authorization
Bearer<accessSecret>
Path Parameters
string
required
The customer UUID whose cards to retrieve.
[] 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.