Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/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?