Synctera · Schema

Financial Institution

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
legal_address object
name string
phone_number string
View JSON Schema on GitHub

JSON Schema

synctera-financial-institution-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/financial_institution",
  "title": "Financial Institution",
  "properties": {
    "legal_address": {
      "$ref": "#/components/schemas/address2"
    },
    "name": {
      "type": "string"
    },
    "phone_number": {
      "type": "string"
    }
  },
  "type": "object"
}