Adyen · Schema

UpdateNotificationConfigurationRequest

UpdateNotificationConfigurationRequest schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
configurationDetails object Details of the notification subscription configuration to be updated.
View JSON Schema on GitHub

JSON Schema

notification-configurations-update-notification-configuration-request-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/notification-configurations-update-notification-configuration-request-schema.json",
  "title": "UpdateNotificationConfigurationRequest",
  "description": "UpdateNotificationConfigurationRequest schema from Adyen API",
  "type": "object",
  "properties": {
    "configurationDetails": {
      "description": "Details of the notification subscription configuration to be updated.",
      "$ref": "#/components/schemas/NotificationConfigurationDetails"
    }
  },
  "required": [
    "configurationDetails"
  ]
}