Synctera · Schema

Depository Statement

A statement for a depository account

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-statement-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/statement",
  "title": "Depository Statement",
  "allOf": [
    {
      "$ref": "#/components/schemas/base_statement"
    },
    {
      "properties": {
        "savings_summary": {
          "$ref": "#/components/schemas/savings_summary"
        }
      },
      "type": "object"
    }
  ],
  "description": "A statement for a depository account"
}