Synctera · Schema

master_disclosure

Represents a document that must be shown to every party who is subject to a particular regulatory requirement (the _disclosure type_). The master disclosure record is the same for all such customers.

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-master-disclosure-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/master_disclosure",
  "title": "master_disclosure",
  "allOf": [
    {
      "required": [
        "type",
        "version"
      ]
    },
    {
      "$ref": "#/components/schemas/base_master_disclosure"
    }
  ],
  "description": "Represents a document that must be shown to every party who is subject to a particular regulatory requirement (the _disclosure type_). The master disclosure record is the same for all such customers.\n",
  "type": "object"
}