cURL
curl --request GET \ --url https://api.flutterwave.com/v3/payout-subaccounts/{account_reference}/balances \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: <content-type>'
{ "status": "success", "message": "Subaccount balance fetched", "data": { "currency": "NGN", "available_balance": 100, "ledger_balance": 0 } }
Fetch the available balance of a payout subaccount
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
application/json
"application/json"
"PSAE905F542704932282"
OK
Show child attributes
{ "currency": "NGN", "available_balance": 100, "ledger_balance": 0}
Was this page helpful?