Skip to main content
PATCH
Update card limit
Requires Authorization: Bearer <user-access-token> — the token from Verify login code.
Pass x-idempotency-key with a unique UUID per request. Without it, duplicate-request detection is skipped and a retried call may submit the update twice.
Supported frequencies are per24HourPeriod, per7DayPeriod, per30DayPeriod, perYearPeriod, perAuthorization, and allTime.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-idempotency-key
string<uuid>
required

Unique idempotency key for the operation. Use a UUID to prevent duplicate processing.

Body

application/json

New spending limit settings.

amount
number
required
Required range: x >= 0
frequency
enum<string>
required
Available options:
per24HourPeriod,
perWeek,
perMonth,
allTime

Response

Card limit updated successfully.

id
string<uuid>
required
limit
object
required