Adyen · JSON Structure

Notification Configurations Notification Configuration Details Structure

NotificationConfigurationDetails schema from Adyen API

Type: object Properties: 10
PaymentsFinancial-ServicesFintech

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

Properties

active apiVersion description eventConfigs hmacSignatureKey notificationId notifyPassword notifyURL notifyUsername sslProtocol

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/notification-configurations-notification-configuration-details-structure.json",
  "description": "NotificationConfigurationDetails schema from Adyen API",
  "type": "object",
  "properties": {
    "active": {
      "description": "Indicates whether the notification subscription is active.",
      "type": "boolean"
    },
    "apiVersion": {
      "description": "The version of the notification to which you are subscribing. To make sure that your integration can properly process the notification, subscribe to the same version as the API that you're using.",
      "type": "int32"
    },
    "description": {
      "description": "A description of the notification subscription configuration.",
      "type": "string"
    },
    "eventConfigs": {
      "description": "Contains objects that define event types and their subscription settings.",
      "items": {
        "$ref": "#/components/schemas/NotificationEventConfiguration"
      },
      "type": "array"
    },
    "hmacSignatureKey": {
      "x-addedInVersion": "5",
      "description": "A string with which to salt the notification(s) before hashing. If this field is provided, a hash value will be included under the notification header `HmacSignature` and the hash protocol will be included under the notification header `Protocol`. A notification body along with its `hmacSignatureKey` and `Protocol` can be used to calculate a hash value; matching this hash value with the `HmacSignature` will ensure that the notification body has not been tampered with or corrupted.\n\n>Must be a 32-byte hex-encoded string (i.e. a string containing 64 hexadecimal characters; e.g. \"b0ea55c2fe60d4d1d605e9c385e0e7f7e6cafbb939ce07010f31a327a0871f27\").\n\nThe omission of this field will preclude the provision of the `HmacSignature` and `Protocol` headers in notification(s).",
      "type": "string"
    },
    "notificationId": {
      "description": "Adyen-generated ID for the entry, returned in the response when you create a notification configuration. Required when updating an existing configuration using [`/updateNotificationConfiguration`](https://docs.adyen.com/api-explorer/#/NotificationConfigurationService/latest/post/updateNotificationConfiguration).",
      "type": "int64"
    },
    "notifyPassword": {
      "description": "The password to use when accessing the notifyURL with the specified username.",
      "type": "string"
    },
    "notifyURL": {
      "description": "The URL to which the notifications are to be sent.",
      "type": "string"
    },
    "notifyUsername": {
      "description": "The username to use when accessing the notifyURL.",
      "type": "string"
    },
    "sslProtocol": {
      "description": "The SSL protocol employed by the endpoint.\n>Permitted values: `TLSv12`, `TLSv13`.",
      "enum": [
        "TLSv12",
        "TLSv13"
      ],
      "type": "string"
    }
  },
  "name": "NotificationConfigurationDetails"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/notification-configurations-notification-configuration-details-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.