Skip to main content
Triggered when a recipient accepts a pending token gift. Delivered to the receiver’s organisation.
{
  "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>"
  }
}