{
"appId": "your appid",
"mchRefundOrderId": "CCP20220428011068111",
"originalTransactionId": "C1175676368800878371",
"refundAmount": 1000,
"refundReason": "refund",
"refundCallbackUrl": "https://www.google.com",
"sign": "45eebd745dcf0b5f6d6f9fcde28cd9fe8116a892"
}curl --location '/api/payment/refund' \
--header 'Content-Type: application/json' \
--data '{
"appId": "your appid",
"mchRefundOrderId": "CCP20220428011068111",
"originalTransactionId": "C1175676368800878371",
"refundAmount": 1000,
"refundReason": "refund",
"refundCallbackUrl": "https://www.google.com",
"sign": "45eebd745dcf0b5f6d6f9fcde28cd9fe8116a892"
}'{
"code": 1000,
"message": "success",
"data": {
"mchRefundOrderId": "CCP20220428011068111",
"refundTransactionId": "R420220428004148975",
"refundAmount": 10000,
"refundCreateTime": "2024-04-17 18:12:46",
"refundStatus": "PENDING"
}
}