WebHook

Implement this webhook after integrated ( Create USDT ADDRESS api ) to credit your customer whenever they received the funds

{"id":"4f13f4de41982","fees":"0","hash":"offChain-df1668","type":"credit","chain":"TRX","action":"receive_usdt","amount":"5","address":"TCKfetNBjk22Zq8Q7jVzf","channel":"offchain","centFees":"0","companyId":"null","reference":"9ae0e0c53","centAmount":"500","description":"received payment","confirmations":null}


SAMPLE OF WEBHOOK IF sent usdt out successful


{
  "event": "usdt.transfer.success",
  "id": "7db9f733-4c16-4a6d-4476f50b3bc",
  "fees": "1.5",
  "hash": "170b2ae0532888b359ec375e76f413225517d4d455b9085f6ebe5f0320ad",
  "type": "debit",
  "chain": "TRX",
  "action": "send_usdt",
  "amount": "1.00",
  "address": "TPVXzVWUDt4NHPnAtiRTg1aU36N5Ad",
  "channel": "onchain",
  "centFees": "150",
  "companyId": null,
  "reference": "SEND-USDT-17788035105203",
  "centAmount": "100",
  "description": "sent payment",
  "confirmations": null,
  "status": "success",
  "currency": "USDT",
  "timestamp": "2026-05-15T12:10:36Z"
}