Skip to main content
PATCH
/
api
/
cards
/
{id}
/
controls
Update card spending controls
curl --request PATCH \
  --url https://mag3nt.com/api/cards/{id}/controls \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "mcc_locks": "<string>",
  "daily_limit": 123,
  "max_transaction": 123
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.mag3nt.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Session token from POST /api/auth/verify

Path Parameters

id
string
required

Body

application/json
mcc_locks
string
daily_limit
number
max_transaction
number

Response

200 - application/json

Controls updated

success
boolean