Synctera · Schema

verification_type

The type of check run on the customer.

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-verification-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/verification_type",
  "title": "verification_type",
  "description": "The type of check run on the customer.",
  "enum": [
    "fraud",
    "synthetic",
    "emailrisk",
    "phonerisk",
    "addressrisk",
    "kyc",
    "social",
    "watchliststandard",
    "watchlistpremier",
    "watchlistplus",
    "documentverification",
    "alertlist",
    "decision"
  ],
  "example": "kyc",
  "type": "string"
}