Retrieve a paginated list of all virtual cards issued under your application.
| Parameter | Type | Description |
|---|---|---|
cardholderId | string | Filter cards by cardholder ID |
status | string | Filter by status: ACTIVE, FROZEN, SUSPENDED, TERMINATED |
scheme | string | Filter by card scheme: VISA, MASTERCARD |
search | string | Search by card name, last 4 digits, or card ID |
page | integer | Page number (default: 1) |
limit | integer | Items per page (default: 20, max: 100) |
| Field | Type | Description |
|---|---|---|
id | string | Unique card identifier |
cardholderId | string | The cardholder this card belongs to |
name | string | Name printed on the card |
last4 | string | Last 4 digits of the card number |
maskedNumber | string | Masked card number (e.g., ****4829) |
expiryDate | string | Card expiration date (MM/YYYY format) |
brand | string | Card brand: MASTERCARD or VISA |
status | string | Card status: ACTIVE, FROZEN, SUSPENDED, TERMINATED |
isReloadable | boolean | Whether the card can be funded |
createdAt | string | Card creation timestamp |
JWT access token obtained from /auth/token
Filter cards by cardholder ID
Filter by card status
ACTIVE, FROZEN, SUSPENDED, TERMINATED Search by card name, last 4 digits, or card ID
Filter by card scheme
VISA, MASTERCARD Page number
Items per page (max 100)
x <= 100