| Field | Type | Description | Notes |
|---|---|---|---|
id | string (uuid) | - Example: a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11 | - |
customer_id | string (uuid) | - | - |
product_id | string (uuid) | - | - |
product_name | string | - Example: GBP Virtual Prepaid | nullable |
provider | string | - | nullable |
card_type | string | virtual or physical. Example: virtual | nullable |
card_number_masked | string | Last 4 digits of the card number (e.g., ****4242). Example: ****4242 | nullable |
currency | string | - Example: GBP | - |
status | string | Card status: inactive, active, frozen, cancelled. Example: active | - |
balance | number | - Example: 450.0 | nullable |
created_at | string (date-time) | - | - |
updated_at | string (date-time) | - | nullable |
curl --location -g --request GET '{{baseUrl}}/api/v1/cardslist?limit&offset&status&customer_id&product_id&card_type' \
--header 'X-API-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Body-Hash;'{}