Webhook event: payout.created.v1

Fired when a new payout is initiated to transfer funds to a customer's bank account. The event includes payout amount, destination bank details, selected payment rail, and initial processing status.

postWebhookpayout.created.v1

Payload

event_typestring required

Type of the event

event_idstring uuid required

UUID of the event

account_idstring uuid required

UUID of the account associated with this event

Example payload

{
  "event_type": "payout.created.v1",
  "event_id": "85df84c7-a298-44bc-8040-7bd2ae372cbf",
  "account_id": "857c679a-8e80-47f1-9334-39dd08ea801f",
  "data": {
    "related_payments": {
      "dcc46f85-1275-47f5-bbf2-d8811641fee6": "resubmit",
      "a321b014-178d-4110-b994-e8b951029c87": "refund"
    }
  }
}

Response

Webhook processed successfully

Changes