cURL
curl --request GET \ --url https://api-prod.blaaiz.com/api/external/virtual-bank-account/{id} \ --header 'x-blaaiz-api-key: <api-key>'
{ "message": "Virtual bank account 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", "provider": "BANK78", "account_reference": "2327323232", "reservation_reference": null, "status": "SUCCESSFUL" } }
Retrieves details of a specific virtual bank account by its ID.
ID of the virtual bank account to retrieve.
Virtual bank account retrieved successfully.
Show child attributes
Was this page helpful?