Skip to main content

分账状态通知

当 Royalty 的状态发生变化时,Justap 系统会向商户系统发送订单状态同步通知。event 取值为 royalty.xxxxxxx

请注意,请商户在解析通知数据时支持未来可能扩展参数这种情况。

加密对象解密后的属性定义如下:

属性字段类型描述
objectstring对象类型
royalty_idstring分账申请单 ID
order_idstring订单ID,暂未支持
app_idstring应用ID
channelstring分账通道,一般和 Charge 的支付通道保持一致
descriptionstring分账描述
metadataobject元数据
app_modestring应用模式
royalty_settlementobject分账结算单,详见 RoyaltySettlement
royalty_transactionsList[RoyaltyTransaction]分账交易明细列表
statusstring分账状态
dataobject不同状态下的专属属性
royalty_typestring分账类型
createdstring创建时间戳

RoyaltySettlement

属性字段类型描述
objectstring对象类型
idstring分账结算单ID
amount_settledouble总分账金额,单位元
amount_refundeddouble退款金额,单位元
amount_succeededdouble结算成功金额,单位元
amount_faileddouble结算失败金额,单位元
amount_canceleddouble取消金额,单位元
countint总分账交易笔数
count_refundedint退款笔数
count_succeededint结算笔数
count_failedint失败笔数
count_canceledint取消笔数

RoyaltyTransaction

属性字段类型描述
objectstring对象类型
idstring分账交易ID
accountstring接收方账户
amountdouble分账金额,单位元
statusstring分账状态
out_royalty_nostring第三方支付系统的结算单号,如果对应的支付渠道有值则返回
fail_codestring失败原因
fail_reasonstring失败原因描述
finishedint64分账结算完成时间戳
business_user_idstringBusinessUser ID
feedouble手续费,单位元