Unfreeze a card
Cards
Unfreeze Card
Restore a frozen card to active status. POST /cards//unfreeze. Requires cards:write scope.
POST
Unfreeze a card
Overview
Restores a frozen card toACTIVE status. Transactions are accepted again immediately. The card balance is unchanged.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The card ID (prefix crd_) |
Request Body
This endpoint has no request body.Example
Success Response (200)
Returns the updated card withstatus: ACTIVE and frozenAt: null:
Webhook
ACARD_UNFROZEN event fires after a successful unfreeze:
Error Codes
| Code | HTTP | Cause |
|---|---|---|
CARD_NOT_FOUND | 404 | Card does not exist or belongs to another business/environment |
CARD_NOT_FROZEN | 409 | Card is not currently frozen |
CARD_ALREADY_TERMINATED | 422 | Cannot unfreeze a terminated card |
INSUFFICIENT_SCOPE | 403 | Key lacks cards:write scope |
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.

