Adyen · Schema

CreateNotificationConfigurationRequest

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

adyen-createnotificationconfigurationrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateNotificationConfigurationRequest",
  "title": "CreateNotificationConfigurationRequest",
  "properties": {
    "configurationDetails": {
      "description": "Details of the prospective notification subscription configuration.",
      "$ref": "#/components/schemas/NotificationConfigurationDetails"
    }
  },
  "required": [
    "configurationDetails"
  ],
  "type": "object"
}