cURL
curl --request GET \ --url https://api-prod.blaaiz.com/api/external/virtual-bank-account \ --header 'x-blaaiz-api-key: <api-key>'
{ "message": "Virtual bank accounts retrieved successfully.", "data": { "id": "33580c65-d063-4138-a875-82ff09dfaeb5", "business_wallet_id": "b18ed308-5ac5-4e9e-bb16-8c03ec2d3c01", "currency_id": 1, "currency": "NGN", "account_number": "7880000024", "account_name": "John Doe", "bank_name": "78 Finance Company Limited", "bank_code": "123456", "account_reference": "2327323232", "reservation_reference": null } }
Fetches all virtual bank accounts (VBAs) for the specified wallet.
Unique identifier of the wallet
Unique identifier of the customer (optional)
Virtual bank accounts retrieved successfully.
Show child attributes
Was this page helpful?