Adyen · Schema

RecurringContractNotificationRequestItemWrapper

RecurringContractNotificationRequestItemWrapper schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
NotificationRequestItem object
View JSON Schema on GitHub

JSON Schema

webhooks-recurring-contract-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-recurring-contract-notification-request-item-wrapper-schema.json",
  "title": "RecurringContractNotificationRequestItemWrapper",
  "description": "RecurringContractNotificationRequestItemWrapper schema from Adyen API",
  "properties": {
    "NotificationRequestItem": {
      "$ref": "#/components/schemas/RecurringContractNotificationRequestItem"
    }
  },
  "type": "object"
}