Synctera · Schema

Identifiers for the account

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
number string The account number.
View JSON Schema on GitHub

JSON Schema

synctera-patch-accounts-request-account-identifiers-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/patch_accounts_request_account_identifiers",
  "title": "Identifiers for the account",
  "properties": {
    "number": {
      "description": "The account number.\n",
      "example": 91981460,
      "minLength": 1,
      "type": "string"
    }
  },
  "type": "object"
}