Create
Create payout
/api/v1/payment/createOrderSubmit a payout order to transfer funds to a payee account.
Bodyapplication/x-www-form-urlencoded
orderTypestringrequiredsignPayout type. See the payout type reference for full details.
BANKmemberidstringrequiredsignMerchant ID assigned by the platform.
out_trade_nostringrequiredsignUnique payout order ID generated by the merchant.
amountstring, two decimal placesrequiredsignPayout amount.
currencystringrequiredsignCurrency code (e.g., USD, JPY, GBP, EUR, AUD, HKD, CAD,
MXN,USDT, USDC).
notifyurlstringrequiredsignWebhook URL notified when the payout completes. See Payout webhook.
remarkstring, minimum 4 charactersrequiredsignPayout remark. Cannot be empty.
signstringrequiredfirstnamestringrequiredsignPayee first name.
lastnamestringsignPayee last name. Required for ach, Visa Direct, or local bank payouts in
some countries. Omit from signing when blank.
payeeCountrystringrequiredsignPayee country code(ISO 3166-1 alpha-2). Required for ach, Cash App, or
local bank payouts.
payeeaccountstringrequiredsignBank card number or wallet account number.
bankcodestringrequiredsignLocal bank code. See payout bank codes.
banknamestringrequiredsignBank name of the payout account.(The value is Short code when the country is VN)
Response
transaction_idstringPlatform transaction ID.
statusstringRequest result: success or error.
msgstringResult message.