Webhook
Payout webhook
POST
/payout/notifyBase URL
https://yourdomain.com/payout/notifyAsynchronous notification sent to the `notifyurl` submitted in the create payout request. Verify the signature before updating order status, then respond with `OK`.
Bodyapplication/x-www-form-urlencoded
memberidstringsignMerchant ID assigned by the platform.
out_trade_nostringsignMerchant payout order ID.
transaction_idstringsignPlatform transaction ID.
amountstringsignRequested payout amount.
actualamountstringsignActual transferred amount.
original_amountstringsignOriginal payout amount before fees.
datetimeintsignTransaction timestamp (Unix seconds).
transferMessagestringsignTransfer result message.
statusstringsignPayout status: SUCCESS or FAIL.
signstring