Adyen · JSON Structure

Management Additional Settings Response Structure

AdditionalSettingsResponse schema from Adyen API

Type: object Properties: 3
PaymentsFinancial ServicesFintech

AdditionalSettingsResponse is a JSON Structure definition published by Adyen, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

excludeEventCodes includeEventCodes properties

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-additional-settings-response-structure.json",
  "description": "AdditionalSettingsResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "excludeEventCodes": {
      "description": "Object containing list of event codes for which the notifcation will not be sent. ",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "includeEventCodes": {
      "description": "Object containing list of event codes for which the notifcation will be sent. ",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "properties": {
      "additionalProperties": {
        "type": "boolean"
      },
      "description": "Object containing boolean key-value pairs. The key can be any [standard webhook additional setting](https://docs.adyen.com/development-resources/webhooks/additional-settings), and the value indicates if the setting is enabled.\nFor example, `captureDelayHours`: **true** means the standard notifications you get will contain the number of hours remaining until the payment will be captured.",
      "type": "object"
    }
  },
  "name": "AdditionalSettingsResponse"
}