{
  "id": "BRD-023",
  "slug": "brd-023",
  "title": "The identifier type must be one of the supported values",
  "statement": "Where a business-registration identifier type is declared, it must be one of EIN, DUNS, CBN, CN, ACN, CIN, VAT, VATRN, RN or Other.",
  "rationale": "The type tells the registry which register to look the number up in, so an unrecognised value does not degrade to a best guess — the lookup never runs and the brand stays unverified. Integrations produce this by passing through whatever their own CRM calls the field, and the value looks perfectly reasonable right up to the point where nothing happens.",
  "layer": "BRAND",
  "layerSlug": "brand",
  "object": "brand.business_registration_identifier",
  "severity": "BLOCKING",
  "detectability": [
    "DETERMINISTIC"
  ],
  "failureClass": "RETRY_FIELD",
  "authorities": [
    "Twilio"
  ],
  "codes": [
    {
      "provider": "Twilio",
      "code": "30701",
      "remediable": true
    },
    {
      "provider": "Twilio",
      "code": "30799",
      "remediable": true
    }
  ],
  "applicability": {
    "excludeEntityTypes": [
      "SOLE_PROPRIETOR"
    ]
  },
  "applicabilityText": "Applies when the brand is NOT a sole proprietor.",
  "universal": false,
  "remediation": "Set the identifier type to the code for the document the number came from: EIN for a US employer identification number, CBN for a Canadian business number, VAT or VATRN for a European VAT registration, and Other only when none of them fits. Done when the value is one of the ten codes, in upper case.",
  "example": "business_registration_identifier: EIN · ein: 12-3456789",
  "pitfalls": [
    "\"TAX_ID\", \"FEIN\" and \"Federal Tax ID\" all mean EIN and are all rejected — the enum takes the short code, not the name people use."
  ],
  "notes": "A US EIN passes without an explicit type because the value is unambiguous and TCR infers it, so the check only reports a value that is present and outside the enum. Declaring it anyway is worth doing: the Twilio Trust Hub API takes the field directly and rejects the submission when it is missing.",
  "phase": "approval",
  "automated": true,
  "url": "https://ekas.io/rules/10dlc/brand/brd-023/",
  "markdown": "https://ekas.io/rules/10dlc/brand/brd-023.md",
  "registry": "https://ekas.io/rules/10dlc/",
  "updated": "2026-07-25",
  "licence": "CC BY 4.0 — https://creativecommons.org/licenses/by/4.0/"
}
