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:
ACTIVE→FROZEN(temporarily freeze the card)FROZEN→ACTIVE(unfreeze a frozen card)
To permanently cancel a card, use the Cancel card endpoint.
Request
Responses
- 200
- 400
- 404
Card status updated successfully.