Events
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.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Triggered when the receiver accepts a token gift.
{
"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>"
}
}
Was this page helpful?
