cURL
curl --request POST \ --url https://business.bfinance.app/external/api/cards/{id}/topup \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "amount": 100, "note": "Top up for travel expenses" } '
{ "status": "success", "message": "Card has been topped up" }
JWT authentication token
ID of the card to top up
The amount to top up the card with
100
Internal note
"Top up for travel expenses"
Successfully topped up the card
"success"
"Card has been topped up"
Was this page helpful?
Contact support