Virtual Account
To get virtual account, you need to make a request to virtual account endpoint ensure to pass the required header parameters to get the right response.
Request
Response
200:OK
{
"count": 1,
"page_by": {
"next_page": null,
"prev_page": null,
"per_page": 20,
"total": 1,
"page": 1,
"pages": 0
},
"filter_by": {},
"query": null,
"view": null,
"results": [
{
"bank_name": "Providus Bank",
"last_updated": "2019-11-27T16:42:37.305000+00:00",
"account_number": "9907710812",
"date_created": "2019-11-27T16:42:37.305000+00:00",
"pk": "vba_3gMbhPJLJVc",
"account_name": " KIKO JAYSON"
}
],
"sort_by": [
{
"asc_desc": "descending",
"order_by": "date_created"
}
]
}
Last modified 3yr ago