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 POST \ --url https://business.bfinance.app/external/api/budgets/{id}/topup \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "amount": 25.5 }'
200
Example
{ "status": "success", "data": {} }
JWT authentication token
Budget ID
Top up amount in USD.
Budget topped up.
"success"
Currently returned as an empty object by the API.
Was this page helpful?
Contact support