cURL
curl --request PATCH \ --url https://api.contro.me/v1/partner/cards/{id}/limits \ --header 'Content-Type: application/json' \ --header 'x-contro-api-key: <api-key>' \ --data '{ "limit": 5000 }'
{ "success": true }
Update spending limits on a card
Partner API key (sk_live_* for production, sk_test_* for sandbox)
Card ID
"card_def456"
Spending limit in the card's currency unit. Set to null to remove the limit
5000
Card limits updated
true