Adyen · Schema

CapabilityProblem

PaymentsFinancial ServicesFintech

Properties

Name Type Description
entity object Contains the type of the entity and the corresponding ID.
verificationErrors array Contains information about the verification error.
View JSON Schema on GitHub

JSON Schema

adyen-capabilityproblem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CapabilityProblem",
  "title": "CapabilityProblem",
  "properties": {
    "entity": {
      "description": "Contains the type of the entity and the corresponding ID.",
      "$ref": "#/components/schemas/CapabilityProblemEntity"
    },
    "verificationErrors": {
      "description": "Contains information about the verification error.",
      "items": {
        "$ref": "#/components/schemas/VerificationError"
      },
      "type": "array"
    }
  },
  "type": "object"
}