Synctera · Schema

provider_type

Name of the organization that provided this data.

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-provider-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/provider_type",
  "title": "provider_type",
  "description": "Name of the organization that provided this data.",
  "enum": [
    "IDOLOGY",
    "SOCURE"
  ],
  "example": "SOCURE",
  "type": "string"
}