update_card
Modify card security settings by adjusting per-transaction limits and merchant category code (MCC) restrictions for payment control.
Instructions
Update card risk controls: per-transaction limit and MCC whitelist/blacklist. At least one field must be provided. Changes take effect after issuer confirms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_id | Yes | Card ID to update | |
| client_request_id | Yes | UUID idempotency key | |
| tx_limit | No | Per-transaction limit in USD (e.g. '200.0000') | |
| allowed_mcc | No | MCC whitelist, comma-separated (e.g. '5734,5815') | |
| blocked_mcc | No | MCC blacklist, comma-separated (e.g. '7995') |