Unfreeze a card
Cards
Unfreeze Card
Reactivate a card that was previously frozen, restoring its ability to authorize transactions.
PUT
Unfreeze a card
Overview
PUT /cards/{id}/unfreeze reactivates a card that was previously frozen via PUT /cards/{id}/freeze. The card’s balance is unchanged; it can authorize transactions again immediately on success.
This action cannot unfreeze a card that has been TERMINATED — termination is permanent.
When to use it
- The investigation that led you to freeze the card has cleared.
- The cardholder has returned from leave and needs the card again.
Prerequisites
- The card must belong to your company.
- Card status must be
FROZEN(notACTIVE,TERMINATED, etc.).
Request
Headers
Path parameters
Query parameters
Body
None.Response
200 — Success
Error responses
Webhooks fired
None today. Card status changes toACTIVE immediately.
Code examples
cURL
Node.js (axios)
Related
PUT /cards/{id}/freeze— the reverse action.POST /cards/{id}/terminate— permanent disable (not reversible by unfreeze).