Block and unblock a card
You can temporarily block a card to prevent it from being used in transactions, then unblock it later to restore use. Blocking is reversible — for permanent termination see remove a card.
Block a card
Blocking moves the card from ACTIVE to BLOCKED. Any funds on the card are frozen until the card is unblocked or destroyed.
POST/managed_cards/{id}/blockTry it
- Response
{
"code": "string",
"message": "string"
}
When you block a card through this endpoint, the blockedReason is set to USER.
Unblock a card
You can unblock a card that was blocked through the block endpoint. The card transitions from BLOCKED back to ACTIVE.
POST/managed_cards/{id}/unblockTry it
- Response
{
"code": "string",
"message": "string"
}
caution
Only cards with blockedReason of USER can be unblocked through this endpoint. Cards blocked by SYSTEM or LOST cannot be unblocked.