Skip to main content
POST
Resolve Payment Order Requirements
Call this operation only when the returned schema contains an x-resolution definition whose url points to this endpoint.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Wallet identifier.

Body

application/json
assetId
string<uuid>
required

Stablecoin asset identifier.

Example:

"ae455f23-3824-4125-baab-d158315cbcbd"

currency
string
required

ISO 4217 fiat currency.

Required string length: 3
Example:

"NGN"

amount
string
required

Stablecoin amount as a decimal string.

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

"100.00"

rail
enum<string>
required

Collection method being resolved.

Available options:
one_time_virtual_account,
payment_link,
qr_code
additionalData
object

Current values from the dynamic requirements form.

Example:
provider
string

Provider slug selected during quote discovery.

Example:

"example-provider"

Response

200 - application/json

Successful response.

statusCode
integer
required
Example:

200

message
string
required

Human-readable result.

Example:

"Payment order requirements resolved successfully"

data
object
required