Adyen · JSON Structure

Legal Entity Verification Errors Structure

VerificationErrors schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

VerificationErrors is a JSON Structure definition published by Adyen, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

problems

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/legal-entity-verification-errors-structure.json",
  "description": "VerificationErrors schema from Adyen API",
  "type": "object",
  "properties": {
    "problems": {
      "x-addedInVersion": "2",
      "description": "List of the verification errors.",
      "items": {
        "$ref": "#/components/schemas/CapabilityProblem"
      },
      "type": "array"
    }
  },
  "name": "VerificationErrors"
}