文档
测试

用户被扫退款

POST
{{baseURL}}/pay/wechat/v2/refund

接口描述

用户被扫退款

请求参数

application/json
参数名
类型
描述
必填
orderNo
string
订单号(与threeOrderNo任选一个)
必填
hospitalId
string
医院Id
必填
outRefundNo
string
退款订单金额
必填
amt
string
订单金额(分)
必填
refund
string
退款金额(分)
必填
threeOrderNo
string
微信订单号(和订单号二选一)
必填

说明 / 示例

```javascript { "code":"200", "message":"null", "data":{ "refund_id": "50000000382019052709732678859", "out_refund_no": "1217752501201407033233368018", "transaction_id": "1217752501201407033233368018", "out_trade_no": "1217752501201407033233368018", "channel": "ORIGINAL", "user_received_account": "招商银行信用卡0403", "success_time": "2020-12-01T16:18:12+08:00", "create_time": "2020-12-01T16:18:12+08:00", "status": "SUCCESS", "funds_account": "UNSETTLED" } } ```