账户分账

交互模式

请求:后台请求交互模式

接口名称:/open/v2/accountSharing

请求参数:

字段 类型 必填项 描述
merchantId text 云卓商户ID
tradeAmount text 分账总金额,分账总金额必须等于分账商品总金额
isAutoWithdrawal bool 按条件 是否自动提现,不传默认true; true:分账后自动提现,false:只分账不提现
isProcedureCustomer number 固定传1
receivers array对象 分账对象:[{merchantId:平台接收人商户ID,amount:分给金额,单位分}]
commodityInfo array对象 分账商品信息:[{ orderNo:订单号 ,amount:商品金额, orderTime: 订单时间(格式 yyyy-MM-dd HH:mm:ss), "description": 商品描述 }]

响应:

status text 0:结果未知,请走查询接口;1:分账成功;2分账失败
msg text 描述信息
accountTradeId text 云卓分账流水号
receivers json对象 分账接收方[{type:"分账接收方类型",account:"分账接收方帐号",amount:"分账金额(单位分)",description:"分账描述"}]