Temporarily freeze a card to prevent any transactions. The card can be unfrozen later.
| Parameter | Type | Description |
|---|---|---|
cardId | string | The unique card identifier |
| Status | Error Code | Description |
|---|---|---|
| 400 | CARD_TERMINATED | Cannot freeze a terminated card |
| 409 | ALREADY_FROZEN | Card is already frozen (auto-syncs local status) |
| 500 | FREEZE_FAILED | Failed to freeze card at the bank partner |