Create Virtual Account
The unique identifier of the customer
Your secret API key, available in the developer dashboard. Include this header on every request to authenticate your application.
The currency for the source
Required only for USD in case you want to accept SWIFT payments
The currency to be deposited
The blockchain network for the destination
The blockchain address where the funds will be sent
Custom developer fee percentage for the Virtual Account
0.5Pattern: ^[0-9]+(\.[0-9]+)?$Successful offramp transfer initiation response (synchronous)
Virtual account creation accepted (asynchronous). This response is returned for AED and USD SWIFT virtual accounts. The virtual account will be created asynchronously and you can fetch the details later via the GET /v0/customers/{customer_id}/virtual-account endpoint.
Conflict — a virtual account with identical parameters (source_currency, source_rails, destination_token, destination_network, destination_address) already exists for this customer
Last updated
