Skip to main content
POST
Master Wallet Account Create

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Wallet identifier.

Body

application/json
currency
string
required

ISO 4217 virtual-account currency.

Required string length: 3
Example:

"NGN"

provider
string
required

Provider slug resolved from the requirements flow.

Example:

"example-provider"

assetId
string<uuid>

Stablecoin asset that receives settlements.

Example:

"ae455f23-3824-4125-baab-d158315cbcbd"

customerId
string<uuid>

Existing customer identifier, when the provider requires one.

Example:

"18d2f159-e0cd-4a45-b735-e9dfe0f7520a"

additionalData
object

Values collected and validated against additionalDataSchema.

Example:
code
string
passkeyResponse
object
label
string

Your display label for the virtual account.

Maximum string length: 100
Example:

"Ada collection account"

Response

201 - application/json

Created successfully.

statusCode
integer
required
Example:

201

message
string
required

Human-readable result.

Example:

"Virtual account created successfully"

data
object
required