cURL
curl --request GET \ --url http://localhost:3000/api/v1/customers/{id}/virtual-accounts \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "provider": "<string>", "accounts": [ { "bankCode": "<string>", "bankName": "<string>", "accountNumber": "<string>", "accountName": "<string>" } ], "isActive": true, "createdAt": "2023-11-07T05:31:56Z" } ] }
Retrieve all virtual bank accounts assigned to the customer.
Documentation IndexFetch the complete documentation index at: https://docs.inflowafrica.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.inflowafrica.com/llms.txt
Use this file to discover all available pages before exploring further.
Enter your API key starting with gtw_sk_
Customer ID
List of virtual accounts
Show child attributes