List Client Virtual Account
List all virtual account for a client
Get all virtual account for a specific client (sub-user)
GET METHOD
{{baseUrl}}/api/v2/virtual-account/clients/{{email}}
Parameter
Params | Required | Data Type | Description |
---|---|---|---|
true | User email address |
Response
{
"status": true,
"content": {
"data": [
{
"cur": "EUR",
"accountName": "Akinpelu Taofik",
"accountNo": "80******",
"bankName": "Clear Junction Limited",
"swift": "CLJUGB21XXX",
"iban": "GBXXCLJU04130780******",
"routine": "041307",
"status": "Active",
"created_at": "2022-04-26T22:00:23.000000Z",
"updated_at": "2022-04-27T01:27:05.000000Z"
},
{
"cur": "GBP",
"accountName": "Akinpelu Taofik",
"accountNo": "80******",
"bankName": "Clear Junction Limited",
"swift": "CLJUGB21XXX",
"iban": "GBXXCLJU04130780******",
"routine": "041307",
"status": "Active",
"created_at": "2022-04-26T14:08:59.000000Z",
"updated_at": "2022-04-26T14:37:49.000000Z"
},
{
"cur": "NGN",
"accountName": "BLINQPAY(Tech Qwid)",
"accountNo": "99********",
"bankName": "Providus Bank",
"swift": null,
"iban": null,
"routine": null,
"status": "Active",
"created_at": "2022-04-14T11:05:13.000000Z",
"updated_at": "2022-04-14T11:05:13.000000Z"
}
]
}
}
Updated almost 2 years ago