Skip to main content
POST
cURL
Submit a settlement request for processing.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
walletId
string
required
amount
number
required
balanceSource
enum<string>
Available options:
PAYOUT,
DEPOSIT,
ADMIN_SELECT
integratorNote
string
callbackUrl
string
beneficiaryDetails
object
savedBeneficiaryId
string

ID of a saved beneficiary on the integrator config — used when beneficiaryDetails is not explicitly provided

overrideUsdRate
number

Exchange rate as 1 USD = X local currency. Overrides the auto-fetched rate. Non-USD wallets only.

Example:

129.5

Response

201 - undefined