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