Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.clear-box.io/llms.txt

Use this file to discover all available pages before exploring further.

Spend controls let you constrain how a card can be used. They can be set at issuance and updated later.

Limits

ControlDescription
perTransactionLimitMaximum amount for a single transaction.
dailyLimitMaximum total per day.
intervalLimitMaximum total per custom interval.

Update controls

PATCH /v1/cards/crd_9a7b...
{
  "spend_controls": {
    "perTransactionLimit": "50.00",
    "dailyLimit": "200.00",
    "currency": "USD"
  }
}

Freeze or close

PATCH /v1/cards/crd_9a7b...
{ "status": "frozen" }
Set status to frozen to temporarily block authorizations, or closed to permanently retire the card.
Spend controls complement, but do not replace, the program-level compliance limits enforced by ClearCheck.