Skip to main content
Triggered on a token transfer. The event fires twice — once to the sender’s organisation (debit) and once to the receiver’s organisation (credit).
{
  "webhook_event": "token.transferred",
  "direction": "debit",
  "user": {
    "_id": "<userId>",
    "email": "<string>",
    "name": "<string>"
  },
  "transfer": {
    "token": "<symbol>",
    "amount": "<number>"
  }
}