Adyen · Schema

KYCCheckSummary

KYCCheckSummary schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
kycCheckCode integer The code of the check. For possible values, refer to [Verification codes](https://docs.adyen.com/marketplaces-and-platforms/classic/verification-process/verification-codes).
kycCheckDescription string A description of the check.
View JSON Schema on GitHub

JSON Schema

notifications-kyc-check-summary-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/notifications-kyc-check-summary-schema.json",
  "title": "KYCCheckSummary",
  "description": "KYCCheckSummary schema from Adyen API",
  "type": "object",
  "properties": {
    "kycCheckCode": {
      "x-addedInVersion": "5",
      "description": "The code of the check. For possible values, refer to [Verification codes](https://docs.adyen.com/marketplaces-and-platforms/classic/verification-process/verification-codes).",
      "format": "int32",
      "type": "integer"
    },
    "kycCheckDescription": {
      "x-addedInVersion": "5",
      "description": "A description of the check.",
      "type": "string"
    }
  }
}