Skip to main content

Update card status

PATCH 

/card/v1/cards/{id}/status

Updates the status of an existing card. Use this endpoint to freeze or unfreeze a card.

Supported status transitions:

  • ACTIVEFROZEN (temporarily freeze the card)
  • FROZENACTIVE (unfreeze a frozen card)

To permanently cancel a card, use the Cancel card endpoint.

Request

Responses

Card status updated successfully.

Was this page helpful?