Skip to content

代付通知Webhook

目前代付Webhook类型如下:

payout.paid :代付处理中(可忽视此状态),请以completedfailed为准

payout.completed :代付成功事件,该事件通知在代付成功过后触发,代表代付成功

payout.failed: 代付失败事件,该事件通知在代付失败过后触发,代表代付失败

目前payout.completedpayout.failed 返回数据均如下所示:

通知参数:

字段类型描述
orderNoString代付系统订单号
merOrderNoString商户侧商户订单号
currencyString加密货币币种,例如: USDT, BTC等, 查看币种列表
totalAmountBigDecimal加密货币金额
tradeStartTimeLong代付开始时间
chainPaymentInfoInvoiceChainPaymentInfo公链代付信息**(如果是区块链代付的话才会返回相关参数)**
messageString如代付失败,返回失败原因
statusString代付订单状态(paid:处理中 completed: 已支付并完成, failed: 处理失败)

InvoiceChainPaymentInfo:

字段类型描述
networkString公链信息
payeeAddressString钱包地址
transactionIdString区块链交易ID
blockHashString打包区块Hash(哈希)
blockHeightLong打包区块高度
packageTimeLong打包时间