v1
latestOpenAPI 3.0.12026-07-24128351404.9 KBPayouts
Check a payout
Verifies the details of a payout request, including the amount, currency, beneficiary, rate, source of funds, and fee handling method, before execution.
post/open-api/v3/payment/validate-parameters
Request body
Example request
{
"amount": "200.0"
}Response
OK
Example response
{
"code": "400001",
"message": "Invalid parameter"
}