Adyen · Schema

CapabilityProblem

CapabilityProblem schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
entity object
verificationErrors array
View JSON Schema on GitHub

JSON Schema

legal-entity-capability-problem-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-capability-problem-schema.json",
  "title": "CapabilityProblem",
  "description": "CapabilityProblem schema from Adyen API",
  "type": "object",
  "properties": {
    "entity": {
      "$ref": "#/components/schemas/CapabilityProblemEntity"
    },
    "verificationErrors": {
      "items": {
        "$ref": "#/components/schemas/VerificationError"
      },
      "type": "array"
    }
  }
}