Synctera · Schema

Information specific to Plaid verification

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

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