Unfreeze Card
Cards
Unfreeze Card
Reactivate a previously frozen card to resume transactions. POST /cards//unfreeze.
POST
Unfreeze Card
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.
Overview
Reactivate a frozen card to allow transactions again. The card returns toACTIVE status and can be used immediately.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
cardId | string | The unique card identifier |
Example Usage
Error Responses
| Status | Error Code | Description |
|---|---|---|
| 400 | CARD_TERMINATED | Cannot unfreeze a terminated card |
| 409 | ALREADY_ACTIVE | Card is already active (auto-syncs local status) |
| 500 | UNFREEZE_FAILED | Failed to unfreeze card at the bank partner |

