Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://business.bfinance.app/external/api/cards/{id}/limits \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "ecommerce": { "daily": { "limit": 50000, "used": 1200 }, "monthly": { "limit": 400000, "used": 12000 }, "transaction": { "limit": 25000 } }, "pos": { "daily": { "limit": 50000, "used": 800 }, "monthly": { "limit": 400000, "used": 10000 }, "transaction": { "limit": 25000 } } } }
JWT authentication token
ID of the card
Successfully retrieved card limits
"success"
Show child attributes
Was this page helpful?
Contact support