Adyen · Schema

ReportAvailableNotificationRequestItemWrapper

ReportAvailableNotificationRequestItemWrapper schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
NotificationRequestItem object
View JSON Schema on GitHub

JSON Schema

webhooks-report-available-notification-request-item-wrapper-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/webhooks-report-available-notification-request-item-wrapper-schema.json",
  "title": "ReportAvailableNotificationRequestItemWrapper",
  "description": "ReportAvailableNotificationRequestItemWrapper schema from Adyen API",
  "properties": {
    "NotificationRequestItem": {
      "$ref": "#/components/schemas/ReportAvailableNotificationRequestItem"
    }
  },
  "type": "object"
}