API Reference

Field description for payment webhook

namecommentexample
amountThe amount of the order.13.410037
chainIdChainId is a unique identifier used in blockchain networks to distinguish a particular network。.you can find the chainId in https://chainlist.org/1
custNoOptional. Your customerNo who pay the order.860021
orderNoOptional. The order number corresponding to your platform. This value is null when the type is 3.O20231022
feeThe order fee.The unit is USDT.2
networkNetwork name used to describe the occurrence of this transaction order. If you want to uniquely identify the corresponding network chain, it is recommended to use the chainId. (e.g: Ethereum, TRON)Ethereum
platOrderNoThe order number corresponding to the blockATM platform8210000374
symbolThe token identifier that the customer pays with.USDT
txIdThe transaction hash corresponding to the order on the blockchain. You can view the transaction details on the corresponding network's block explorer.0x....
type1:Smart Contract Payment 2.QR Code Payment 3:Smart Contract Address Direct1
status-1: Failure: 0:Processing 1:Success1
createTimeThe time of order creation, measured in milliseconds.1693212861016

Demo Data:

{
    "symbol":"USDT",
    "amount":"100000",
    "network":"Ethereum",
    "chainId":"5",
    "createTime":1693212861016,
    "platOrderNo":"8210000197",
    "sign":"d66640d58b14a657e31e3be7cc60c6f6",
    "txId":"0xf3d879bad10f4cfe481d9e53538a0889c04c0973dfff82797ef7604143fc9984",
    "type":2,
    "status":1
}

{
    "symbol":"DAI",
    "amount":"10000",
    "network":"Ethereum",
    "chainId":"1",
    "createTime":1693212861016,
    "platOrderNo":"8210000192",
    "sign":"d66640d58b14a657e31e3be7cc60c626",
    "txId":"0xf3d879bad10f4cfe481d9e53538a0889c04c0973dfff82797ef7604143fc9934",
    "type":2,
    "status":1
}