> ## 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.

# esop.transferred

> Triggered when an ESOP stock transfer is approved.

Triggered when an employee stock transfer request is approved. Delivered to the issuing organisation.

```json theme={null}
{
  "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>"
  }
}
```
