Synctera · Schema

details

A list of individual checks done as part of the due diligence process for the verification type.

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/details",
  "title": "details",
  "description": "A list of individual checks done as part of the due diligence process for the verification type.\n",
  "items": {
    "$ref": "#/components/schemas/detail"
  },
  "readOnly": true,
  "type": "array"
}