List cards
Cards
List cards
Returns a list of registered cards for the authenticated merchant/customer.
GET
List cards
Authorizations
HTTP Basic authentication. Use your secret key as the username and an empty string as password. The API key should be base64 encoded in the format 'username:' when sending the Authorization header.
Query Parameters
Filter by customer ID
Response
Successfully retrieved the list of cards
Card token ID
Example:
"2RhQg9M7ZCg3X3nMb9W1kX8Q"
Card token
Example:
"tok_abc123xyz"
Masked card number
Example:
"****1111"
Card brand
Example:
"visa"
Expiration month
Example:
"12"
Expiration year
Example:
"2028"
Card status
Available options:
pending_validation, active, inactive Example:
"active"
Creation timestamp
Example:
"2024-01-15T10:30:00.000Z"