Skip to main content

订单状态通知

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

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

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

属性字段类型描述
objectstring对象类型
trade_typestring触发通知的交易类型
notify_idstring通知ID
notify_timestring通知时间
charge_nouint64交易号
app_idstring应用ID
app_modestring应用模式
channelstring支付通道
merchant_trade_idstring商户系统单号
amount_totaldouble订单金额
amount_settledouble结算金额
amount_refunddouble退款金额
amount_feedouble手续费金额
amount_royaltydouble分账金额
amount_invoicedouble可开票金额
currencystring货币单位,默认为 CNY
charge_statusstring订单状态
is_royaltybool是否有分账
is_refundbool是否有退款
is_paidbool是否已支付
is_reversedbool是否已撤销
is_closedbool是否已关闭
is_completedbool是否已完成
is_finishedbool是否已结束
subjectstring订单标题
dataobject数据