Adyen · Schema

VerificationErrors

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

adyen-verificationerrors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VerificationErrors",
  "title": "VerificationErrors",
  "properties": {
    "problems": {
      "x-addedInVersion": "2",
      "description": "List of the verification errors.",
      "items": {
        "$ref": "#/components/schemas/CapabilityProblem"
      },
      "type": "array"
    }
  },
  "type": "object"
}