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

# withdrawal.approved

> Triggered when an admin approves a withdrawal request.

Triggered when an admin approves a pending withdrawal request. Delivered to the withdrawal owner's organisation.

```json theme={null}
{
  "webhook_event": "withdrawal.approved",
  "withdrawal": {
    "_id": "<withdrawalId>",
    "owner": "<userId | organisationId>",
    "owner_model": "user | organisation",
    "reference": "GETXN_PAYOUT_<ref>",
    "amount": "<number>",
    "gusd_amount": "<number>",
    "disburse_amount": "<number>",
    "fee": "<number>",
    "internal_fee": "<number>",
    "internal_fee_type": "Crowdfund Fee | <string>",
    "currency": "<string>",
    "bank": "<bankId>",
    "status": "Approved | Processing",
    "actioned_on": "<ISO>",
    "actioned_by": "<userId>",
    "createdAt": "<ISO>",
    "updatedAt": "<ISO>"
  }
}
```
