Skip to main content
PATCH
/
partner
/
cards
/
{id}
/
limits
Update card limits
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
}

Authorizations

x-contro-api-key
string
header
required

Partner API key (sk_live_* for production, sk_test_* for sandbox)

Path Parameters

id
string
required

Card ID

Example:

"card_def456"

Body

application/json
limit
number | null

Spending limit in the card's currency unit. Set to null to remove the limit

Example:

5000

Response

Card limits updated

success
enum<boolean>
required
Available options:
true