Adyen · Example Payload

Notification Configurations Notification Configuration Details Example

A sample description.

PaymentsFinancial ServicesFintech

Notification Configurations Notification Configuration Details Example is an example object payload from Adyen, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

activeapiVersiondescriptioneventConfigshmacSignatureKeynotificationIdnotifyPasswordnotifyURLnotifyUsernamesslProtocol

Example Payload

Raw ↑
{
  "active": true,
  "apiVersion": 50,
  "description": "A sample description.",
  "eventConfigs": [
    "example_value"
  ],
  "hmacSignatureKey": "example_value",
  "notificationId": 50,
  "notifyPassword": "example_value",
  "notifyURL": "example_value",
  "notifyUsername": "Example Name",
  "sslProtocol": "TLSv12"
}