| Field | Type | Description | Notes |
|---|---|---|---|
product_id | string (uuid) | - | - |
name | string | - | nullable |
organization | string | - | nullable |
type | string | virtual or physical. | nullable |
country | string | - | nullable |
bin | string | Bank Identification Number (first 6 digits). | nullable |
currency | string | - | nullable |
status | string | - | nullable |
allow_multiple_cards | boolean | - | - |
kyc_required | boolean | - | - |
fees | object | Fee schedule for this product. | - |
limits | object | Spending limits for this product. | - |
recharge | object | Top-up configuration. | - |
deposit | object | Activation deposit configuration. | - |
operations | array of object | Supported card operations. | nullable |
kyc_requirements | array of object | KYC requirements per account type. | nullable |
curl --location -g --request GET '{{baseUrl}}/api/v1/Products?limit&offset' \
--header 'X-API-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Body-Hash;'{}