API Reference

Field description for payout webhook

namecommentexample
merchantIdYour unique identifier in BlockATM8600021
custNoYour Customer No.C20240721001
bizOrderNoYour order number in your system.P2024071202812312333
platOrderNoorder number in blockatm.D202406241123038060008
symbolThe coin symbol which your customer receiveUSDT
amountThe quantity of symbol that will be received10000.1
feeFees charged by blockatm from merchant account.0.1
chainIdID used to identify different chains.5
statusStatus (-1. Failed 0. Pending 1. Processing 2. Success 3.Close)2
networkCode of the blockchain.(e.g. Ethereum、TRON、Arbtrium)Ethereum
txIdThe Transaction identifier in blockchain.It only has value if the status is successful0xa85f090dc5e722177ddc2cd2d4d
87467820635cf736ec1a5910997118e3d3cb6
createTimeOrder creation time 1726815117000
updateTimeOrder last update time1726815117000

Trigger Scene:

  • The order was successfully processed. And Status is 2.
  • The operator closed the order. And Status is 3

{
    "amount": "1000.1",
    "bizOrderNo": "P2024071202812312333",
    "chainId": "1",
    "createTime": 1726815117000,
    "custNo": "C20240721001",
    "fee": "0.001",
    "merchantId": 8600021,
    "network": "Ethereum",
    "platOrderNo": "D202406241123038060008",
    "status": 1,
    "symbol": "USDT",
    "txId": "0xa85f090dc5e722177ddc2cd2d4d87467820635cf736ec1a5910997118e3d3cb6",
    "updateTime": 1726815117000
}