v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBCard Rules
Get Spending Limits Rules
Endpoint to get the CardRuleSpendingLimitsRules of the Card.
get/business/v2/cards/{cardId}/rules/spendingLimits
Path parameters
cardIdstring required
The Card ID.
Example:7bf79328-a7ae-4222-aa54-091ff7f429a7
Response
The result is a CardRuleSpendingLimitsRules.
Example response
{
"daily": {
"enabled": true,
"max": 10.25
},
"weekly": {
"enabled": true,
"max": 10.25
},
"monthly": {
"enabled": true,
"max": 10.25
},
"per_transaction": {
"enabled": true,
"max": 10.25
}
}