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

Admin-supplied exchange rate as "1 USD = X local currency". Overrides the auto-fetched rate for USD snapshot computation. Only meaningful for non-USD wallets.

Example:

129.5

Response

201 - undefined