Synctera · Schema

Application Type

The type of the application. * LINE_OF_CREDIT: line of credit application * RESTRICTED_ACCOUNT: restricted account application

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-application-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/application_type",
  "title": "Application Type",
  "description": "The type of the application.\n* LINE_OF_CREDIT: line of credit application\n* RESTRICTED_ACCOUNT: restricted account application\n",
  "enum": [
    "LINE_OF_CREDIT",
    "RESTRICTED_ACCOUNT"
  ],
  "type": "string"
}