Adyen · Example Payload

Management Notification Example

PaymentsFinancial ServicesFintech

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

Top-level fields

categorydetailsenabledshowButtontitle

Example Payload

Raw ↑
{
  "category": "SaleWakeUp",
  "details": "example_value",
  "enabled": true,
  "showButton": true,
  "title": "example_value"
}