{ "merchantNo": "string", "orderId": "string", "refundRequestId": "string", "refundAmount": "string", "description": "string", "notifyUrl": "string" }
curl --location --request POST 'https://api.tipay.tianhecloud.com/api/v1/yb/trade/refund' \ --header 'ti-appid: tichain000000' \ --header 'ti-timestamp: 1647751123703' \ --header 'ti-signature: 644dbdb0137f1f3add30eca4c9e582da5c6e45d77fea51ab76fbd10ef3442f6b' \ --header 'Content-Type: application/json' \ --data-raw '{ "merchantNo": "string", "orderId": "string", "refundRequestId": "string", "refundAmount": "string", "description": "string", "notifyUrl": "string" }'
{ "code": 200, "success": true, "data": { "code": "OPR00000", "message": "成功", "merchantNo": "1008xxxxxxx", "orderId": "bda4e84ef8ee427b830d869d7a6bfd71", "refundRequestId": "1b118148eaf54b09a213adcb332d7a19", "uniqueRefundNo": "1002202301300000005245434665", "status": "PROCESSING", "refundAmount": "0.01", "refundRequestDate": "2023-01-30 17:08:14", "refundAccountDetail": "[{\"accountType\":\"SETTLE_ACCOUNT\",\"debitAmount\":0.01}]" }, "msg": "操作成功" }