Skip to main content
POST
Unfreeze a card

Overview

Restores a frozen card to ACTIVE status. Transactions are accepted again immediately. The card balance is unchanged.

Path Parameters

Request Body

This endpoint has no request body.

Example

Success Response (200)

Returns the updated card with status: ACTIVE and frozenAt: null:

Webhook

A CARD_UNFROZEN event fires after a successful unfreeze:

Error Codes

Authorizations

Authorization
string
header
required

API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.

Path Parameters

id
string
required

Response

Card unfrozen

success
boolean
Example:

true

status
integer
Example:

200

message
string
Example:

"Card retrieved"

data
object

Full card object returned by GET /cards/{id}. Includes live balance, full PAN, CVV, features, and billing address.

meta
object