Field description for payout webhook
name | comment | example |
---|---|---|
merchantId | Your unique identifier in BlockATM | 8600021 |
chainId | ID used to identify different chains. | 5 |
contractAddress | The corresponding smart contract address is triggered by this transaction. | 0x57609702e66d6dee9d1f3a9fab376b95b9ec9e02 |
blockId | The transaction occurred at the corresponding block height. | 10168195 |
fromAddress | The address associated with initiating this transaction. | 0x8e5df55ac224db7424fa8536eda9356f44474936 |
network | Code of the blockchain.(e.g. Ethereum、TRON、Arbtrium) | Ethereum |
txId | The Transaction identifier in blockchain | 0xa85f090dc5e722177ddc2cd2d4d 87467820635cf736ec1a5910997118e3d3cb6 |
status | -2: Rejected by the finance -1: On-chain processing failed 1:Success | -1 |
detailList | The list of specific payment information included in this transaction.please refer to Payout detail Parameter below. |
Payout detail Parameter
name | comment | example |
---|---|---|
orderNo | The order number corresponding to your platform. | O8600021 |
symbol | The token identifier that the customer pays with. | ETH |
toAddress | To which address should the assets be sent. | 0x2d7ff2dc166ae09542c749be052028e43825cde7 |
tokenAddress | The token contract address corresponding to the assets. | 0x92efdfa35c75b259375ebe0f84ee1d95db0489b6 |
amount | The quantity of assets being sent. | 100.0901 |
{
"blockId":"10168195",
"chainId":"5",
"contractAddress":"0x57609702e66d6dee9d1f3a9fab376b95b9ec9e02",
"detailList":[
{
"amount":1,
"orderNo":"TX1",
"symbol":"USDT",
"toAddress":"0x2d7ff2dc166ae09542c749be052028e43825cde7",
"tokenAddress":"0x92efdfa35c75b259375ebe0f84ee1d95db0489b6"
},
{
"amount":1,
"orderNo":"TX2",
"symbol":"USDC",
"toAddress":"0x2d7ff2dc166ae09542c749be052028e43825cde7",
"tokenAddress":"0x2f96275bbb4a54714ef0251226c42811fb9f98aa"
}
],
"fromAddress":"0x8e5df55ac224db7424fa8536eda9356f44474936",
"merchantId":12,
"network":"Ethereum",
"txId":"0xa85f090dc5e722177ddc2cd2d4d87467820635cf736ec1a5910997118e3d3cb6"
}