

{
"merchant_id": "18000000000000",
"refund_trans_id": "t202311081113",
"ori_order_id": "GW200395192979024625",
"timestamp": 1700805506000,
"reason": "DUPLICATE",
"refund_amount": 100,
"currency": "CNY",
"notify_url": "https://www.baidu.com"
}curl --location --request POST '/payments/refund' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchant_id": "18000000000000",
"refund_trans_id": "t202311081113",
"ori_order_id": "GW200395192979024625",
"timestamp": 1700805506000,
"reason": "DUPLICATE",
"refund_amount": 100,
"currency": "CNY",
"notify_url": "https://www.baidu.com"
}'{
"error_code": "string",
"error_description": "string",
"merchant_id": "18000000000000",
"refund_trans_id": "t202311081113",
"refund_order_id": "string",
"ori_order_id": "string",
"status": "REVIEWING",
"amount": 1250,
"currency": "CNY"
}