Synctera · Schema

Customer Type

Customer type

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-customer-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/customer_type",
  "title": "Customer Type",
  "description": "Customer type",
  "enum": [
    "BUSINESS",
    "PERSONAL"
  ],
  "readOnly": true,
  "type": "string"
}