cURL
curl --request GET \ --url https://api.flutterwave.com/v3/payout-subaccounts/{account_reference}/static-account \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "SERVICE-RESPONSE", "data": { "static_account": "6222126177", "bank_name": "Sterling Bank", "bank_code": "232", "currency": "NGN" } }
Generate static account details (virtual accounts) for payout subaccount funding
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"PSAFF2118D1A33844332"
"NGN"
OK
Show child attributes
{ "static_account": "6222126177", "bank_name": "Sterling Bank", "bank_code": "232", "currency": "NGN"}
Was this page helpful?