Synctera · Schema

List of Customer Disclosures

Represents all customer disclosures

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
disclosures array List of the customer's disclosures
View JSON Schema on GitHub

JSON Schema

synctera-disclosure-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/disclosure_response",
  "title": "List of Customer Disclosures",
  "description": "Represents all customer disclosures",
  "properties": {
    "disclosures": {
      "description": "List of the customer's disclosures",
      "items": {
        "$ref": "#/components/schemas/disclosure1"
      },
      "type": "array"
    }
  },
  "type": "object"
}