v33

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-1770249709.0 KB

Webhook event: refund.event.v1

Triggered throughout the refund lifecycle to indicate status changes and important events. This includes successful processing, failed attempts, rail selection optimization, and final settlement status.

postWebhookrefund.event.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": "refund.event.v1",
  "event_id": "85df84c7-a298-44bc-8040-7bd2ae372cbf",
  "account_id": "857c679a-8e80-47f1-9334-39dd08ea801f",
  "data": {
    "related_payments": {
      "d57e6b50-3449-4f58-b697-5fb40861041e": "resubmit",
      "316c6c0e-f758-45db-b4c6-1b3023c065d5": "refund"
    }
  }
}

Response

Webhook processed successfully