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
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