Skip to main content
POST
Master Wallet Create Payment Order
Send the object completed from the quote’s requirements schema as additionalData.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Wallet identifier.

Body

application/json
currency
string
required

ISO 4217 fiat currency paid by the customer.

Required string length: 3
Example:

"NGN"

assetId
string<uuid>
required

Stablecoin asset to settle.

Example:

"ae455f23-3824-4125-baab-d158315cbcbd"

amount
string
required

Stablecoin amount to receive, encoded as a decimal string.

Pattern: ^\d+(\.\d+)?$
Example:

"100.00"

rail
enum<string>
required

Collection method. Use one of the rails returned by the rails endpoint.

Available options:
one_time_virtual_account,
payment_link,
qr_code
reference
string

Unique client reference used for reconciliation and safe retries.

Maximum string length: 250
Example:

"dep_20260719_001"

validityTimeMinutes
number

Time before the payment instructions expire.

Required range: 30 <= x <= 1440
Example:

30

code
string
passkeyResponse
object
customerId
string<uuid>

Existing Blockradar customer identifier.

Example:

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

customer
object
additionalData
object

Values collected from the quote requirements schema.

Example:
metadata
object

Your application metadata returned with the order.

Example:
provider
string

Optional provider slug. Omit for automatic routing.

Example:

"example-provider"

Response

200 - application/json

Successful response.

statusCode
integer
required
Example:

200

message
string
required

Human-readable result.

Example:

"Payment order created successfully"

data
object
required