One Escrow
Create Virtual Account
Use this API to create a virtual account that helps streamline the management of funds, enhance tracking capabilities, and simplify the financial process.
POST
Body
application/json
Find the request parameters to create the virtual account
It is the name you want to display for the virtual account.
Example:
"Demo1"
It is the account prefix as allocated by the bank. This paramete is mandatory during the first account creation.
Example:
1234
Response
200
application/json
Virtual account successfully created.
It displays the status of the request (SUCCESS/FAILURE).
Example:
"SUCCESS"
It displays the sub code of the request.
Example:
"200"
It displays the outcome of the request.
Example:
"FundSource Details Retrieved"
Response data.
Was this page helpful?