You can expect the below object when you register a webhook for the following events:

  • payout.failed
  • payout.processed

Raw sample

{
  "reason": "Invoice payment",
  "id": "MPB-DISBMT-E30EE749B0",
  "name": "Homemade Chocolatier",
  "amount": 100.12,
  "amount_currency": "AED",
  "method": "Bank account",
  "recipient": "AE080200000123223333121",
  "created_at": "2023-12-28-17-22-53",
  "status": "processed",
  "event_type": "payout.processed"
}

Field Descriptions

FieldTypeDescription
reasonStringPayout reason
idStringPayout ID
nameStringRecipient name
amountNumberPayout amount
amount_currencyStringPayout currency
recipientStringRecipient IBAN
methodStringPayout method (BANK_ACCOUNT)
created_atString (Format: YYYY-MM-DD-HH-MM-SS)Payout creation time
statusStringPayout Status
event_typeStringWebhook event type