Skip to main content
WEBHOOK
new_event
{
  "data": {
    "customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "message": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "kind": "Transaction"
    }
  },
  "timestamp": "<string>",
  "type": "<string>"
}

Body

application/json; charset=utf-8

Webhook Container

Top-level container for webhook notifications

data
WebhookNotification · object
required

Webhook Notification

Notification sent to a webhook subscriber containing event details

timestamp
string
required

ISO timestamp when the notification was sent

type
string
required

The type of notification

Response

200 - undefined