Adyen · Schema

GetNotificationConfigurationRequest

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

adyen-getnotificationconfigurationrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetNotificationConfigurationRequest",
  "title": "GetNotificationConfigurationRequest",
  "properties": {
    "notificationId": {
      "description": "The ID of the notification subscription configuration whose details are to be retrieved.",
      "format": "int64",
      "type": "integer"
    }
  },
  "required": [
    "notificationId"
  ],
  "type": "object"
}