cURL
curl --request POST \ --url https://business.bfinance.app/external/api/budget-cards/{id}/velocity \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "type": "DAY", "amount": 123 } '
{ "status": "success", "message": "<string>" }
JWT authentication token
Interval for the velocity limit
DAY
WEEK
MONTH
LIFETIME
Maximum spend allowed in the specified interval (in the card’s currency)
Velocity limits successfully updated
"success"
Was this page helpful?
Contact support