Create USD virtual account
USD Virtual Accounts
Create USD virtual account
Create a USD virtual account for a customer
POST
Create USD virtual account
Overview
Creates a new USD virtual account for a customer. The customer must have completed tier 2 verification before creating a USD virtual account. Payments into the account settle into the merchant collection balance, are listed as USD virtual account deposits, and send a webhook.Prerequisite: The customer must have completed tier 2 verification (
POST /v1/customers/{id}/tier2-verification).Authentication
Your merchant API key
Request Body
Customer ID (UUID). The customer must have completed tier 2 verification.Example:
650e8400-e29b-41d4-a716-446655440000Currency for the virtual account. Defaults to
usd if omitted. Currently only usd is supported.Example: usdRequest Example
Response
Virtual account ID (UUID)
Associated customer ID
Merchant ID
Source currency (e.g.
usd)Account status (e.g.
active)Virtual account provider (e.g.
bridge)Bank deposit instructions for funding the virtual account.
Crypto destination where settled funds are sent.
When the account was created (ISO 8601)
When the account was last updated (ISO 8601)