Temporarily freeze a card to block all transactions. Card can be unfrozen later. POST /cards//freeze.
Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
| 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 |