> ## Documentation Index
> Fetch the complete documentation index at: https://getequity.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# token.gift.accepted

> Triggered when the receiver accepts a token gift.

Triggered when a recipient accepts a pending token gift. Delivered to the receiver's organisation.

```json theme={null}
{
  "webhook_event": "token.gift.accepted",
  "user": {
    "_id": "<userId>",
    "email": "<string>",
    "name": "<string>"
  },
  "gift": {
    "_id": "<giftId>",
    "sender": "<userId>",
    "sender_model": "<string>",
    "sender_reference": "GETXN_TKN_GIFT_<ref>",
    "receiver_reference": "GETXN_TKN_GIFT_<ref>",
    "email": "<recipientEmail>",
    "token": "<tokenId>",
    "amount": "<number>",
    "message": "<string>",
    "status": "Accepted",
    "createdAt": "<ISO>",
    "updatedAt": "<ISO>"
  }
}
```
