{
"id": "msg_xxxxxxxxxxxxxxxxxxxxxxxx",
"api_version": "v1",
"timestamp": "2025-01-01T00:00:00.000Z",
"type": "withdrawal.updated",
"data": {
"id": "wdrl_xxxxxxxxxxxxx",
"status": "requested",
"amount": 6.9,
"currency": "usd",
"fee_amount": 6.9,
"fee_type": "exclusive",
"speed": "standard",
"created_at": "2023-12-01T05:00:00.401Z",
"markup_fee": 6.9,
"ledger_account": {
"id": "ldgr_xxxxxxxxxxxxx",
"company_id": "<string>"
},
"payout_token": {
"id": "potk_xxxxxxxxxxxxx",
"payer_name": "Acme Corp LLC",
"nickname": "My Business Account",
"destination_currency_code": "USD",
"created_at": "2023-12-01T05:00:00.401Z"
},
"error_code": "account_closed",
"error_message": "Destination bank account is invalid.",
"estimated_availability": "2023-12-01T05:00:00.401Z",
"trace_code": "021000021234567"
},
"company_id": "biz_xxxxxxxxxxxxxx"
}Sent when a withdrawal is updated
Required permissions:
payout:withdrawal:readpayout:destination:readwebhook_receive:withdrawals{
"id": "msg_xxxxxxxxxxxxxxxxxxxxxxxx",
"api_version": "v1",
"timestamp": "2025-01-01T00:00:00.000Z",
"type": "withdrawal.updated",
"data": {
"id": "wdrl_xxxxxxxxxxxxx",
"status": "requested",
"amount": 6.9,
"currency": "usd",
"fee_amount": 6.9,
"fee_type": "exclusive",
"speed": "standard",
"created_at": "2023-12-01T05:00:00.401Z",
"markup_fee": 6.9,
"ledger_account": {
"id": "ldgr_xxxxxxxxxxxxx",
"company_id": "<string>"
},
"payout_token": {
"id": "potk_xxxxxxxxxxxxx",
"payer_name": "Acme Corp LLC",
"nickname": "My Business Account",
"destination_currency_code": "USD",
"created_at": "2023-12-01T05:00:00.401Z"
},
"error_code": "account_closed",
"error_message": "Destination bank account is invalid.",
"estimated_availability": "2023-12-01T05:00:00.401Z",
"trace_code": "021000021234567"
},
"company_id": "biz_xxxxxxxxxxxxxx"
}A unique identifier for this webhook request
"msg_xxxxxxxxxxxxxxxxxxxxxxxx"
The signature of the webhook request with the webhook version prepended
"v1,BASE64ENCODEDSIGNATURE"
The timestamp in seconds since the Unix epoch that the webhook was sent at on the server
"1727606400"
A unique ID for every single webhook request
"msg_xxxxxxxxxxxxxxxxxxxxxxxx"
The API version for this webhook
"v1""v1"
The timestamp in ISO 8601 format that the webhook was sent at on the server
"2025-01-01T00:00:00.000Z"
The webhook event type
"withdrawal.updated""withdrawal.updated"
A withdrawal represents a request to transfer funds from a ledger account to an external payout method.
Show child attributes
The company ID that this webhook event is associated with
"biz_xxxxxxxxxxxxxx"
Return a 200 status to indicate that the data was received successfully
Was this page helpful?