get https://www.bankingcircleconnect.com/api/v1/virtualAccounts
You can use this endpoint to retrieve a list of all your Virtual Accounts or to retrieve a single Virtual Account by providing the virtualAccountNumber
parameter. The endpoint returns all the Virtual Account information and the customer details, if any are available.
It is possible to filter the list of Virtual Accounts with the virtualAccountNumber
parameter. When the parameter is used it will return Virtual Accounts with customer details in the chosen status.
The valid options for the parameter
- Pending (customer details were added and they are in processing)
- Processed (customer details exist)
- Failed (customer details were added but processing failed)
- Unallocated (no customer details exist)