Adyen · JSON Structure

Webhooks Report Available Notification Request Structure

ReportAvailableNotificationRequest schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

ReportAvailableNotificationRequest is a JSON Structure definition published by Adyen, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

live notificationItems

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/webhooks-report-available-notification-request-structure.json",
  "description": "ReportAvailableNotificationRequest schema from Adyen API",
  "type": "object",
  "properties": {
    "live": {
      "description": "Informs about the origin of the notification. The value is **true** when originating from the live environment, **false** for the test environment.",
      "type": "string"
    },
    "notificationItems": {
      "description": "A container object for the details included in the notification.",
      "items": {
        "$ref": "#/components/schemas/ReportAvailableNotificationRequestItemWrapper"
      },
      "type": "array"
    }
  },
  "name": "ReportAvailableNotificationRequest"
}