Skip to main content
PATCH
Sets the frozen status of a virtual card. Frozen cards cannot authorize transactions until they are unfrozen. Requires an API key with access level 3 or higher.

Path parameters

cardId
string
required
Card identifier.

Body

freeze
boolean
Whether to freeze (true) or unfreeze (false) the card.

Response

Returns HTTP 200 with an empty body on success.