Skip to main content

Refund detail

Refund Detail

POST/pay/trade/refundQuery

Query the refund status of an order. This endpoint does not require authentication.

SDK methodrefundDetail()

ParametersRequest body

pay_memberidstringrequired
SDK property: payMemberid. Merchant ID
pay_orderidstringrequired
SDK property: payOrderid. Merchant order ID
pay_md5signstringrequiredsign
SDK property: payMd5Sign. MD5 signature
transaction_idstring
SDK property: transactionId. Platform transaction ID
refund_orderidstring
SDK property: refundOrderid. Refund order ID

Response

**200** — `PayTradeRefundQueryResponse` via `getResult()`.