Validate payout parameters and destination before processing a payout request.
This endpoint is currently supported for the UNIONPAY, ALIPAY, and BANK_TRANSFER methods, and is intended to ensure that the payout request meets the necessary minimum criteria for successful processing. Note that even a pre-validated payout may still fail to be processed if the destination is invalid for other reasons not checked by this endpoint.
Special Validation for Korea (KR) Bank Transfer: When destinationCountry is “KR” and destinationCurrency is “KRW”:
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
UNIONPAY, ALIPAY, BANK_TRANSFER Payout destination
{
"method": "ALIPAY",
"destination": {
"firstName": "DAWEN",
"surname": "CHEN",
"alipayId": "13112345678",
"relationship": "Parents",
"address": "Najlepsi pogled sa 118 sprata na Shenzhe"
}
}Destination amount of payout
Destination currency of payout
Optional source information for the payout sender