Skip to main content
PATCH
Sets the frozen status of an individual card issued via Rain. Freezing locks the card and unfreezing reactivates it. Frozen cards cannot authorize transactions until they are unfrozen. Requires an API key with access level 2 or higher.

Path parameters

string
required
Unique identifier of the individual card.

Body

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

Response

Returns HTTP 200 with an empty body on success.