Adyen · Schema

UpdateNotificationConfigurationRequest

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

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