The currently supported event types are as follows:
deposit.succeed
Please note that duplicate events MAY occur and in some occasions, may arrive out of order. We ask partners to de-dupe these events
Deposit Event samples:
{
"type": "deposit.succeed",
"payload": {
"transaction_id": "92841860-481e-4ba4-9be2-12b1e497facf",
"type": "IN",
"wallet_id": "11b9ca57-0559-403a-bf8e-7bd1a31aff46",
"wallet_name": "754031",
"from_address": "EQCXFmaWA5pyZPj_B-otZGMWNONY-iDPvxTcSUWO4Ksha3uG",
"gateway": "deposit",
"network": "ton.0.mainnet",
"amount": {
"currency": "USDT",
"decimals": 6,
"amount": "10000"
},
"status": "SUCCEED",
"reason": "",
"created_at": "2024-02-14T12:00:00Z"
}
}