Synctera · Schema

external_account_vendor_data

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
account_number_mask string The last alphanumeric characters of an account's official account number. Note that the mask may be non-unique between accounts, and it may also not match the mask that the bank displays to the user.
institution_id string The ID of the institution external account belongs
View JSON Schema on GitHub

JSON Schema

synctera-external-account-vendor-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/external_account_vendor_data",
  "title": "external_account_vendor_data",
  "properties": {
    "account_number_mask": {
      "description": "The last alphanumeric characters of an account's official account number. Note that the mask may be non-unique between accounts, and it may also not match the mask that the bank displays to the user.\n",
      "type": "string"
    },
    "institution_id": {
      "description": "The ID of the institution external account belongs",
      "type": "string"
    }
  },
  "type": "object"
}