Synctera · Schema

Information specific to Finicity verification

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-finicity-account-verification-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/finicity_account_verification",
  "title": "Information specific to Finicity verification",
  "allOf": [
    {
      "$ref": "#/components/schemas/base_account_verification"
    }
  ]
}