>= 0. Setting a limit to null may reset it to the product default (behaviour depends on provider).| Field | Type | Description | Constraints |
|---|---|---|---|
daily_limit | number (double) | - Example: 1000.0 | Min: 0 · Nullable |
monthly_limit | number (double) | - Example: 10000.0 | Min: 0 · Nullable |
per_transaction_limit | number (double) | - Example: 500.0 | Min: 0 · Nullable |
atm_withdrawal_limit | number (double) | - Example: 300.0 | Min: 0 · Nullable |
yearly_limit | number (double) | - | Min: 0 · Nullable |
| Optional Fields |
| Field | Type | Description | Constraints |
|---|---|---|---|
daily_limit | number (double) | - Example: 1000.0 | Min: 0 · Nullable |
monthly_limit | number (double) | - Example: 10000.0 | Min: 0 · Nullable |
per_transaction_limit | number (double) | - Example: 500.0 | Min: 0 · Nullable |
atm_withdrawal_limit | number (double) | - Example: 300.0 | Min: 0 · Nullable |
yearly_limit | number (double) | - | Min: 0 · Nullable |
| Field | Type | Description | Notes |
|---|---|---|---|
card_id | string (uuid) | - | - |
daily_limit | number | - Example: 500.0 | nullable |
monthly_limit | number | - Example: 5000.0 | nullable |
per_transaction_limit | number | - Example: 250.0 | nullable |
atm_withdrawal_limit | number | - Example: 200.0 | nullable |
yearly_limit | number | - | nullable |
lifetime_limit | number | - | nullable |
currency | string | - Example: GBP | nullable |
curl --location -g --request POST '{{baseUrl}}/ext/api/v1/cards/a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11/limits' \
--header 'X-API-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Body-Hash;' \
--header 'Content-Type: application/json' \
--data-raw '{
"daily_limit": 1000,
"per_transaction_limit": 500,
"atm_withdrawal_limit": 300
}'{}