Refund Events

The currently supported event types are as follows:

refund.paid
refund.received

Please note that duplicate events MAY occur and in some occasions, may arrive out of order. We ask partners to de-dupe these events


Refund Event samples:

{
  "type": "refund.received",
  "payload": {
    "transaction_id": "09879287-0ca7-3564-b50f-ac0ff6aa5e45",
    "type": "IN",
    "wallet_id": "6aa8d0a7-4a62-4484-89da-8c549b21c948",
    "wallet_name": "@ebeu32gm:mt.social",
    "gateway": "refund",
    "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"
  }
}
{
  "type": "refund.paid",
  "payload": {
    "transaction_id": "09879287-0ca7-3564-b50f-ac0ff6aa5e45",
    "type": "OUT",
    "wallet_id": "6aa8d0a7-4a62-4484-89da-8c549b21c948",
    "wallet_name": "@ebeu32gm:mt.social",
    "gateway": "refund",
    "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"
  }
}