Deposit Events

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": {
        "transactionId": "92841860-481e-4ba4-9be2-12b1e497facf",
        "type": "IN",
        "walletId": "11b9ca57-0559-403a-bf8e-7bd1a31aff46",
        "fromAddress": "EQCXFmaWA5pyZPj_B-otZGMWNONY-iDPvxTcSUWO4Ksha3uG",
        "gateway": "deposit",
        "network": "ton.0.mainnet",
        "amount": {
            "currency": "USDT",
            "amount": "10000"
        },
        "status": "SUCCEED",
        "reason": "",
        "createdAt": "2024-02-14T12:00:00Z"
    }
}