Get card by ID
Cards
Get card by ID
Returns details of a specific card.
GET
Get card by ID
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.
Path Parameters
Unique card identifier
Response
Successfully retrieved card
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"