Adyen · Schema
NotificationConfigurationDetails
NotificationConfigurationDetails schema from Adyen API
PaymentsFinancial ServicesFintech
Properties
| Name | Type | Description |
|---|---|---|
| active | boolean | Indicates whether the notification subscription is active. |
| apiVersion | integer | 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. |
| description | string | A description of the notification subscription configuration. |
| eventConfigs | array | Contains objects that define event types and their subscription settings. |
| hmacSignatureKey | string | 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 inc |
| notificationId | integer | Adyen-generated ID for the entry, returned in the response when you create a notification configuration. Required when updating an existing configuration using [`/updateNotificationConfiguration`](htt |
| notifyPassword | string | The password to use when accessing the notifyURL with the specified username. |
| notifyURL | string | The URL to which the notifications are to be sent. |
| notifyUsername | string | The username to use when accessing the notifyURL. |
| sslProtocol | string | The SSL protocol employed by the endpoint. >Permitted values: `TLSv12`, `TLSv13`. |