Skip to main content
POST
Resolve Payment Method Requirements

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 payout currency.

Required string length: 3
Example:

"NGN"

amount
string
required

Withdrawal amount as a decimal string.

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

"100.00"

paymentMethod
string
required

Payment-method id.

Example:

"bank_transfer"

paymentMethodData
object
required

Current form values required by the x-resolution request.

Example:
provider
string

Provider slug selected earlier in the flow.

Example:

"example-provider"

Response

200 - application/json

Successful response.

statusCode
integer
required
Example:

200

message
string
required

Human-readable result.

Example:

"Payment method resolved successfully"

data
object
required