Events
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.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Triggered when an admin approves a withdrawal request.
{
"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>"
}
}
Was this page helpful?
