# 关闭订单

# 接口请求示例

接口强制校验来源IP

http请求方式:POST
https://api.weixin.qq.com/shop/pay/closeorder?access_token=xxxxxxxxx

# 请求参数示例

{
    "openid": "oTVP50O53a7jgmawAmxKukNlq3XI",
    "combine_trade_no": "P20150806125346",
    "sub_orders":[
      {
          "mchid":"1900000109",
          "trade_no":"20150806125346"
      }
    ]
}

# 回包示例

{
    "errcode": 0,
    "errmsg":"ok"
}

# 请求参数说明

参数 类型 是否必填 说明
openid string 用户的openid
combine_trade_no string 商家合单支付总交易单号
sub_orders Array Object SubCloseOrder 子单列表

# Object SubCloseOrder

字段名 类型 是否必填 说明
mchid string 交易单对应的商家商户号
trade_no string 商家交易单号

# 返回参数说明

字段名 类型 是否必填 说明
errcod number 错误码
errmsg string 错误信息