USD Virtual Account
Create USD Virtual Account Documentation
Overview
The Create Virtual Account endpoint allows you to create a virtual account for a customer with complete and approved KYC profile. This account enables your customer to receive USD deposits via ACH or FEDWIRE. Third party deposits are also supported, but we may ask for more information. To create a USD Virtual account, you need to provide the Customer ID and currency to USD in the POST Request.
Endpoint
POST {{baseUrl}}
/business/virtual-account/create
Request Body
The request body should contain the following parameters:
customer_id (required): The unique identifier of the customer for whom the virtual account is being created. This identifier should be in UUID format.
currency (required): The currency in which the account will operate. It should be set to "USD" (United States Dollars).
Example Request
Response
Upon successful creation of the USD Virtual account, you will receive a response with the following structure:
Error Handling
In case of errors, the response will include an appropriate status code and an error message detailing the issue.
Example Error Response
Additional Notes
The currency parameter is required (USD).
Last updated