v1

latestOpenAPI 3.1.0MIT2026-08-0659118508.8 KB
Notifications / Webhooks

Generic Notification

We will send you this json in our notifications

postWebhookyourGenericNotificationEndpoint

Payload

idstring uuid

ID of the related notified resource

keystring

Merchant identification key

type'authorisation' | 'capture' | 'frequent_create' | 'void' | 'refund' | 'chargeback' | 'subscription_create' | 'subscription_capture' | 'out_payment'
status'failed' | 'success'
messagesstring[]
datestring

Example payload

{
  "id": "1bbc14c3-8ca8-492c-887d-1ca86400e4fa",
  "key": "Example Key",
  "type": "capture",
  "status": "success",
  "messages": [
    "Your request was successfully created"
  ],
  "date": "2022-01-01 10:20:30"
}

Response

Indicates that the data was received successfully