Adyen · Example Payload

Configuration Webhooks Account Supporting Entity Capability Example

PaymentsFinancial ServicesFintech

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

Top-level fields

allowedallowedLevelenabledidrequestedrequestedLevelverificationStatus

Example Payload

Raw ↑
{
  "allowed": true,
  "allowedLevel": "high",
  "enabled": true,
  "id": "REF-500123",
  "requested": true,
  "requestedLevel": "high",
  "verificationStatus": "invalid"
}