Skip to main content
Event Name: payout_processing
The payout has been created and is being processed by the system or payment rail

Event Payload

The webhook payload contains the following structure:
{
  "eventId": "a5ff5e75-1a6d-4991-a1e3-5e24369f106c",
  "eventType": "payout_processing",
  "timestamp": "2026-02-23T17:36:59.835621-05:00",
  "data": {
    "status": "PROCESSING",
    "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": "Jhon",
        "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"
      }
    }
  }
}