Synctera · Schema

is_customer

True for personal and business customers with a direct relationship with the fintech or bank.

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-is-customer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/is_customer",
  "title": "is_customer",
  "description": "True for personal and business customers with a direct relationship with the fintech or bank.",
  "example": true,
  "type": "boolean"
}