cURL
curl --request POST \ --url https://business.bfinance.app/external/api/cards/{id}/withdraw \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "amount": 100 }'
{ "status": "success", "message": "Card has been withdrawn from" }
JWT authentication token
ID of the card to withdraw funds from
The amount to withdraw from the card
100
Successfully withdrawn funds from the card
"success"
"Card has been withdrawn from"
Was this page helpful?
Contact support