交互模式
请求:后台请求交互模式
接口名称:/open/v2/tradeSharing |
---|
请求参数:
字段 | 类型 | 必填项 | 描述 |
sn | text | 是 | 设备号、虚拟设备号 |
tradeId | text | 是 | 平台流水号 |
isProcedureCustomer | number | 按条件 | 不传默认1,新对接商户请传3;如不从交易商户扣除手续费传0 |
receivers | array对象 | 是 | 分账对象:[{merchantId:平台接收人商户ID,amount:分给金额,单位分,isProcedureCustomer: 不传默认为0,如需从该商户扣除手续费,传3}] |
splitRemarks | text | 否 | 分账备注 |
响应:
status | text | 0:结果未知,请走查询接口;1:分账成功;2分账失败 |
msg | text | 描述信息 |
sharingTradeId | text | 平台分账流水号 |
receivers | json对象 | 分账接收方[{type:"分账接收方类型",account:"分账接收方帐号",amount:"分账金额(单位分)",description:"分账描述"}] |