Skip to main content
Triggered when an employee stock transfer request is approved. Delivered to the issuing organisation.
{
  "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>"
  }
}