card_update_limits
Modify a card's spending limits for ATM withdrawals, payments, and per-transaction caps, with built-in SCA handling via inline polling or two-step flow.
Instructions
Update a card's spending limits. SCA: this operation may require Strong Customer Authentication; the tool polls inline by default (wait=30s) and falls back to a structured pending response so the caller can continue via sca_session_show + sca_session_token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Card ID (UUID) | |
| wait | No | Maximum seconds (0-120) to poll inline for SCA approval before returning a structured pending response. Use false or 0 for a pure two-step flow (return immediately on SCA required). Default 30. | |
| atm_daily_limit | No | Daily ATM withdrawal limit (EUR) | |
| atm_monthly_limit | No | Monthly ATM withdrawal limit (EUR) | |
| sca_session_token | No | SCA session token from a prior call to bind a previously approved SCA challenge to this retry. When set, no polling occurs and the operation runs exactly once with the token attached. | |
| payment_daily_limit | No | Daily payment limit (EUR) | |
| payment_monthly_limit | No | Monthly payment limit (EUR) | |
| atm_daily_limit_option | No | Enable daily ATM limit | |
| payment_lifespan_limit | No | Total spending cap (flash cards, EUR) | |
| payment_transaction_limit | No | Per-transaction limit (EUR) | |
| payment_daily_limit_option | No | Enable daily payment limit | |
| payment_transaction_limit_option | No | Enable per-transaction limit |