Adyen · Example Payload

Legal Entity Legal Entity Capability Example

PaymentsFinancial ServicesFintech

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

Top-level fields

allowedallowedLevelallowedSettingsrequestedrequestedLevelrequestedSettingstransferInstrumentsverificationStatus

Example Payload

Raw ↑
{
  "allowed": true,
  "allowedLevel": "high",
  "allowedSettings": "example_value",
  "requested": true,
  "requestedLevel": "high",
  "requestedSettings": "example_value",
  "transferInstruments": [
    "example_value"
  ],
  "verificationStatus": "active"
}