Why this matters for users: a user with multiple cards may want to limit how much a specific card can spend. For example, capping a card shared with a family member, or a card used only for subscriptions, without changing the overall account limit that governs their other cards. This gives users finer-grained control over their own spending habits.
A card’s limit only takes effect if it’s set lower than the account’s daily spending limit, the account limit is always the hard ceiling, regardless of any card-level limit.
Set Card Daily Spending Limit
Sets the daily spending limit for a card.amount is expressed in the currency’s smallest unit, for USD this means cents (e.g. 1000 = $10.00, 1000000 = $10,000.00). The card must belong to the authenticated user.
The response returns the new limit immediately with syncStatus: "pending", transitioning to "synced" once the change has been applied downstream.
- Sandbox
- Production
Get Card Daily Spending Limit
Returns the daily spending limit configured on a card.- Sandbox
- Production