Adyen · JSON Structure

Legal Entity Capability Problem Entity Structure

CapabilityProblemEntity schema from Adyen API

Type: object Properties: 4
PaymentsFinancial ServicesFintech

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

Properties

documents id owner type

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-capability-problem-entity-structure.json",
  "description": "CapabilityProblemEntity schema from Adyen API",
  "type": "object",
  "properties": {
    "documents": {
      "description": "List of document IDs corresponding to the verification errors from capabilities.",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "id": {
      "type": "string"
    },
    "owner": {
      "$ref": "#/components/schemas/CapabilityProblemEntity-recursive"
    },
    "type": {
      "enum": [
        "BankAccount",
        "Document",
        "LegalEntity",
        "product"
      ],
      "type": "string"
    }
  },
  "name": "CapabilityProblemEntity"
}