Adyen · Schema

VerificationErrors

VerificationErrors schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
problems array List of the verification errors.
View JSON Schema on GitHub

JSON Schema

legal-entity-verification-errors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/legal-entity-verification-errors-schema.json",
  "title": "VerificationErrors",
  "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"
    }
  }
}