Skip to main content

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}/blockOpen API reference
/managed_cards/123456789/block

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}/unblockOpen API reference
/managed_cards/123456789/unblock
Only user-blocked cards can be unblocked

Only cards with blockedReason of USER can be unblocked through this endpoint. Cards blocked by SYSTEM or LOST cannot be unblocked.