Create Virtual Account
Our API endpoint for creating Customer Wallets and Virtual Accounts is accessible through the following URL:
Endpoint: POST - {{baseUrl}}/payment/virtual-account/create
This endpoint supports the creation of virtual accounts by supplying essential parameters. To successfully create a virtual account, you need to include the following parameters in your API request:
Parameter | Required | Description |
---|---|---|
private_key | yes | string |
first_name | yes | string |
last_name | yes | string |
phone | yes | string |
yes | string |
Please ensure that all required parameters are included in your API request to successfully create a Customer Wallet or Virtual Account.
Example Request
Example Response
Last updated