Refund
Refund
POST
/pay/trade/refundSubmit a full or partial refund request for a paid order.
Bodyapplication/x-www-form-urlencoded
pay_memberidstringrequiredsignMerchant ID.
transaction_idstringrequiredsignPlatform transaction ID.
pay_orderidstringrequiredsignMerchant order number.
currencystringrequiredOrder currency.
pay_amountstringrequiredOriginal order amount.
refund_amountstringrequiredRefund amount (supports partial refund).
refund_reasonstringrequiredReason for the refund.
pay_md5signstringrequiredResponse
memberidstringMerchant ID assigned by the platform.
transaction_idstringPlatform transaction ID.
orderidstringMerchant order ID.
currencystringOrder currency.
amountstringOriginal order amount.
refund_orderidstringRefund order ID. Returned when the refund request is accepted.
refund_amountstringRefunded amount. Supports partial refunds.
refund_reasonstringRefund reason submitted in the request.
returncodestringResult code. "00" indicates success.
refund_messagestringRefund status message: V0000:OK or V0011:ERROR.
signstring