cURL
curl --request POST \ --url https://business.bfinance.app/external/api/cards/{id}/limits \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "type": "ecommerce-daily", "limit": 5000 } '
{ "status": "success", "data": { "type": "ecommerce-daily", "limit": 5000 } }
JWT authentication token
ID of the card
Type of transaction limit
ecommerce-daily
ecommerce-monthly
ecommerce-transaction
pos-daily
pos-monthly
pos-transaction
"ecommerce-daily"
Limit value to set
5000
Successfully updated card limit
"success"
Show child attributes
Was this page helpful?
Contact support