The currently supported event types are as follows:
order.paid
Please note that duplicate events MAY occur and in some occasions, may arrive out of order. We ask partners to de-dupe these events
Order Event samples:
{
"type": "order.paid",
"payload": {
"transaction_id": "09879287-0ca7-3564-b50f-ac0ff6aa5e45",
"type": "OUT",
"wallet_id": "6aa8d0a7-4a62-4484-89da-8c549b21c948",
"wallet_name": "@ebeu32gm:mt.social",
"gateway": "order",
"network": "ethereum.1.mainnet",
"amount": {
"amount": "15000",
"decimals": 6,
"currency": "USDT"
},
"status": "SUCCEED",
"reason": "",
"merchant": {
"id": "app_2unq69kufxrCFqvm0VHm4tJp9IE",
"name": "MeowEmpire",
"icon": "http://icon.jpg",
"description": "test app"
},
"created_at": "2024-01-15T10:30:00Z"
}
}