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 an ESOP stock transfer is approved.
{ "webhook_event": "esop.transferred", "transfer": { "_id": "<transferId>", "organisation": "<organisationId>", "token": "<tokenId>", "from": "<employeeId>", "to": "<employeeId>", "amount": "<number>", "sender_reference": "GETXN_TKN_TRF_<ref>", "receiver_reference": "GETXN_TKN_TRF_<ref>", "email": "<string>", "entity": "<string>", "type": "<string>", "status": "Approved", "decline_reason": "<string?>", "createdAt": "<ISO>", "updatedAt": "<ISO>" } }
Was this page helpful?