# 订单分账

# 接口请求示例

接口强制校验来源IP

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

# 请求参数示例

{
    "openid": "oTVP50O53a7jgmawAmxKukNlq3XI",
    "mchid":"1230000109",
    "trade_no": "1217752501201407033233368018",
    "transaction_id":"4208450740201411110007820472",
    "profit_sharing_no":"P20150806125346"
}

# 回包示例

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

# 请求参数说明

参数 类型 是否必填 说明
openid string 用户的openid
mchid string 订单对应的商家商户号
trade_no string 商家交易单号
transaction_id string 支付单号
profit_sharing_no string 商家分账单号,小程序系统内唯一,同一分账单号多次请求等同一次。长度为6~32个字符。

# 返回参数说明

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

# 返回码

返回码 错误类型
-1 系统异常
9720004 订单待分账余额为0