NotificationConfigurationDetails schema from Adyen API
Type: objectProperties: 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.
{
"$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"
}
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.