Outlay

1. Push events

EventRepeatDescribe
OT_PAYyesOut payment

2.Global push format

ParameterTypeRequiredDescribe
eventStringtrueEvent name
traceStringtrueLink ID, the same link ID for the same transaction
orderNoStringtrueOrder number, globally unique
timestampLongtruePush timestamp (milliseconds)
detailObjecttrueThe format of push content varies depending on the event

2.1. (OT_PAY)Outlay payment

ParameterTypeRequiredDescribe
payNoStringtruePayID
outTradeNoStringtrueMerchant Transaction Number
copeCoinStringtruePayout coin
copeAmountStringtrueTotal payout amounty
actualAmountStringtrueActual paid amount
exchangeRateStringtrueExchange rate
feeRateStringtrueFee rate
payCurrencyStringtrueOriginal deduction currency
payAmountStringtrueOriginal deduction amount
feeCurrencyStringtrueFee currency
feeStringtrueFee amount
createAtStringtrueOrder creation time (timestamp, milliseconds)
completeAtStringtrueOrder completion time (timestamp, milliseconds)
orderStatusInttrueOrder status (1=Completed, 2=In Progress, 3=Cancelled, 4=Partially Cancelled))
payStatusInttruePayment status (1=Unpaid, 2=Paid, 3=Partially Paid))
paymentDetailsObjecttruePayment details(Detailed description of reference characters)

Detailed description of reference characters

ParameterTypeRequiredDescribe
orderNoStringtrueOrder number
chainTagStringtrueChain
coinStringtruePayout coin
amountStringtruePayout amount
addressStringtrueRecipient address
txHashStringtrueTransaction hash
feeCurrencyStringtrueFee currency
feeStringtrueFee amount
statusInttrueStatus (1=Completed, 2=In Progress, 3=Cancelled)
createAtStringtrueCreation time (timestamp, milliseconds)
txAtStringtruePayment time (timestamp, milliseconds)