Adyen · Schema

GetNotificationConfigurationRequest

GetNotificationConfigurationRequest schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
notificationId integer The ID of the notification subscription configuration whose details are to be retrieved.
View JSON Schema on GitHub

JSON Schema

notification-configurations-get-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-get-notification-configuration-request-schema.json",
  "title": "GetNotificationConfigurationRequest",
  "description": "GetNotificationConfigurationRequest schema from Adyen API",
  "type": "object",
  "properties": {
    "notificationId": {
      "description": "The ID of the notification subscription configuration whose details are to be retrieved.",
      "format": "int64",
      "type": "integer"
    }
  },
  "required": [
    "notificationId"
  ]
}