Skip to main content
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 (not ACTIVE, TERMINATED, etc.).

Request

Headers

Path parameters

Query parameters

Body

None.

Response

200 — Success

Error responses

Webhooks fired

None today. Card status changes to ACTIVE immediately.

Code examples

cURL
Node.js (axios)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Card unfrozen successfully