Event Name:
payout_completedThe payout has been successfully executed and funds have been sent
Event Payload
The webhook payload contains the following structure:Copy
{
"eventId": "ffef8933-2d3a-48d6-952a-81c602c7709c",
"eventType": "payout_completed",
"timestamp": "2026-02-23T17:36:59.9204657-05:00",
"data": {
"status": "COMPLETED",
"payoutType": "bankPayout",
"orderId": "00c32e47-245d-45f0-94f1-3f77eda656be",
"ownReference": "Merchant internal reference for reconciliation",
"source": {
"type": "account",
"debitedAccountId": "a5a03fd6-eacc-48ee-b8f6-67267b4095ab",
"debitedUserId": "15c5277a-8c8c-41d2-9f42-66f82f6f113d"
},
"destination": {
"type": "bankAccount",
"routingType": "IBAN",
"accountNumber": "ES91 2100 0418 4502 0005 18OK",
"bankWireRef": "TX1751382490165317",
"swift": "1234567",
"beneficiary": {
"type": "BUSINESS",
"name": "John",
"surname": "Doe",
"relation": "MYSELF",
"document": {
"number": "1231323"
},
"contact": {
"phone": "+34612345678"
},
"address": {
"line1": "dsad asd as da",
"postalCode": "123456",
"province": "Barcelona",
"city": "Miami",
"country": "ES"
}
}
},
"amounts": {
"debitedAmount": {
"amount": 10000,
"currency": "EUR"
}
}
}
}