Refund Query
Request Body Parameters
application/jsonCommon Request Parameters
bizContent
requestTimeString(13)RequiredMerchant-side request time. Timestamp, in millisecondsrefundIdString(64)RequiredPingPong refund serial number, at least one of refundId and merchantRefundId must be sentmerchantRefundIdString(64)RequiredMerchant website refund serial number, at least one of refundId and merchantRefundId must be sentmerchantTransactionIdString(64)RequiredOriginal merchant website transaction serial number
请求报文示例
{
"accId": "2018092520455210043243",
"bizContent": {
"requestTime": "1748599812954",
"merchantRefundId": "RFD-G1DYGNCEQ61748599729106",
"merchantTransactionId": "PMT-SNV279OONV1748599488191"
},
"clientId": "2018092520455210043",
"sign": "BFEE0B5AABC7644CE2C80CF19C2A634DBCC6336590722755CA7890AFBB2C024B",
"signType": "SHA256",
"version": "1.0"
}Responses Body Parameters
application/jsonCommon Response Parameters
bizContent
amountString(12)RequiredRefund amount, the precision digits are related to the currency, please check the appendix Transaction CurrencycurrencyString(3)RequiredTransaction currency, ISO 4217 three-letter currency code, see appendix Transaction Currency for specific supported currenciesrefundTimeString(13)RequiredRefund initiation time, timestampstatusString(32)RequiredresultCodeString(6)OptionalStatus result coderesultDescriptionString(500)OptionalStatus result descriptionrefundEndingTimeString(13)OptionalTime when the refund reaches the final state, timestampremarkString(255)OptionalMerchant extension field, can be used to specify specific parameters, will be returned as is in the response body
响应报文示例
{
"accId": "2018092520455210043243",
"clientId": "2018092520455210043",
"signType": "MD5",
"sign": "b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0u1v2w3x4y5z6a1",
"code": "000000",
"description": "Success",
"bizContent": {
"amount": "50.00",
"currency": "EUR",
"refundTime": "1748599729106",
"status": "SUCCESS",
"resultCode": "000000",
"resultDescription": "Refund successful",
"refundEndingTime": "1748599829106",
"remark": "Partial refund"
}
}