Adyen · Example Payload

Notification Webhooks Account Holder Capability Example

PaymentsFinancial ServicesFintech

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

Top-level fields

allowedallowedLevelallowedSettingsenabledproblemsrequestedrequestedLevelrequestedSettingsverificationStatus

Example Payload

Raw ↑
{
  "allowed": true,
  "allowedLevel": "high",
  "allowedSettings": "example_value",
  "enabled": true,
  "problems": [
    "example_value"
  ],
  "requested": true,
  "requestedLevel": "high",
  "requestedSettings": "example_value",
  "verificationStatus": "invalid"
}