latestOpenAPI 3.1.02026-08-153864115.7 MB
c301132dbfd7
Payouts
Withdrawal Updated
Sent when a withdrawal is updated
Required permissions:
- payout:withdrawal:read
- payout:destination:read
- webhook_receive:withdrawals
postWebhookwithdrawal.updated
Headers
webhook-idstring required
A unique identifier for this webhook request
Example:msg_xxxxxxxxxxxxxxxxxxxxxxxx
webhook-signaturestring required
The signature of the webhook request with the webhook version prepended
Example:v1,BASE64ENCODEDSIGNATURE
webhook-timestampstring required
The timestamp in seconds since the Unix epoch that the webhook was sent at on the server
Example:1727606400
Payload
Example payload
{
"api_version": "v1",
"api_version_date": "2026-07-20",
"company_id": "biz_xxxxxxxxxxxxxx",
"data": {
"amount": 500,
"created_at": "2026-07-29T18:22:00.000Z",
"currency": "usd",
"estimated_arrival": "2026-08-03T00:00:00.000Z",
"fee_amount": 0.25,
"id": "wdrl_xxxxxxxxxxxxx",
"notes": "Detailing supplies restock",
"object": "payout",
"payer_name": "ACH Bank Deposit",
"payout_method": {
"nickname": "Business checking",
"supported_payout_method": {
"icon_url": "https://cdn.whop.com/payouts/ach.png",
"payer_name": "ACH Bank Deposit"
}
},
"payout_request_id": "cofr_xxxxxxxxxxxxx",
"speed": "standard",
"status": "requested",
"trace_code": "021000021234567"
},
"id": "msg_xxxxxxxxxxxxxxxxxxxxxxxx",
"timestamp": "2025-01-01T00:00:00.000Z",
"type": "withdrawal.updated"
}Response
Return a 200 status to indicate that the data was received successfully