Skip to main content

Method Signature

Parameters

string
required
The unique customer identifier
string
required
The unique virtual account identifier

Returns

string
Unique identifier for the virtual account
string
Account status: active
string
Wallet address where funds will be sent
object
Bank account details. Properties vary by account type.
Type-Safe Instruction Access: Since deposit_instructions is a discriminated union, we recommend using the SDK’s built-in type guards to safely narrow the type: - isUSAccountDetails(instr): For USD (ACH/Wire) accounts. - isIBANAccountDetails(instr): For EUR (SEPA) accounts. - isInternationalWireAccountDetails(instr): For USD (SWIFT) accounts.

Examples

Create Virtual Account

Create a new virtual account

List Virtual Accounts

List all accounts