v1

latestOpenAPI 3.1.02026-07-2466171164.0 KB
Card Limits

BETA: Create a new card limit

post/v1/card-limits

Headers

X-Idempotency-Keystring required

A unique key to ensure idempotency of the request

Request body

type'RECURRING' | 'TEMPORARY' required
descriptionstring required

Description of the card limit.

expiry_datestring date nullable

Expiry date of the card limit. Only used for TEMPORARY limits.

amount_centsinteger required

Amount of the card limit in cents.

reload_interval'DAILY' | 'WEEKLY' | 'MONTHLY' | 'QUARTERLY' | 'YEARLY' | 'NO_RELOAD'
start_datestring date-time nullable

Start date of the card limit. If set in the future, the limit is scheduled.

card_idstring uuid required

Unique identifier for the card.

Response

A single card limit

idstring uuid required

Unique identifier for the card limit.

card_idstring uuid required

Unique identifier for the card.

type'RECURRING' | 'TEMPORARY' required
descriptionstring required

Description of the card limit.

start_datestring date-time required

Start date of the card limit.

end_datestring date-time nullable required

End date of the card limit. If None, the limit is ongoing.

expiry_datestring date nullable required

Expiry date of the card limit.

status'SCHEDULED' | 'ACTIVE' | 'EXPIRED' required