Temporarily freeze a virtual card to prevent all transactions. POST /cards//freeze. Requires cards:write scope.
Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Description |
|---|---|---|
cardId | string | The card ID |
FROZENPOST /cards/{cardId}/unfreeze| Code | Description |
|---|---|
RESOURCE_NOT_FOUND | Card not found or belongs to another business |
CARD_ALREADY_FROZEN | Card is already frozen |
CARD_NOT_ACTIVE | Card must be ACTIVE to freeze |