Adyen · Schema

KYCCheckResult

PaymentsFinancial ServicesFintech

Properties

Name Type Description
checks array A list of the checks and their statuses.
View JSON Schema on GitHub

JSON Schema

adyen-kyccheckresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/KYCCheckResult",
  "title": "KYCCheckResult",
  "properties": {
    "checks": {
      "description": "A list of the checks and their statuses.",
      "items": {
        "$ref": "#/components/schemas/KYCCheckStatusData"
      },
      "type": "array"
    }
  },
  "type": "object"
}