Appearance
Payout Notifications
Receive real-time updates about your payouts through webhook notifications.
Webhook Payload
json
{
"payout_id": "9e4e0900-bb62-49f2-b4bd-2c1c93e5f6b7",
"status": "pending",
"status_description": "Transaction is under review or in progress.",
"amount": 14800,
"currency": "EUR",
"merchant_transaction_id": "dfdb941c-7235-4f32-866a-265fb429e6e1",
"timestamp": "2025-02-26T14:25:57Z"
}Notes
Acknowledge Quickly:
Always return 200 OK status code even if the payout is failed or cancelled, to avoid duplicate processing as soon as you receive the webhook.
Before going live, make sure your endpoint validates incoming notifications — see Webhook Security for signature verification, timestamp checks and replay protection.