Back to the error catalogue
BR-FR-02BT-1
input

France

The invoice identifier contains characters that are not allowed

The invoice number (BT-1) and referenced invoice numbers only allow letters, digits and the symbols + - _ / — no spaces, not at the start, not at the end, not doubled.

Only the issuer holds this value: Factlint reports it and never fabricates it. Test your invoice to find out whether it is affected.

The message your validator prints

Copied verbatim from the sealed artefact: this is the exact sentence the check prints when this rule fails.

cii

BR-FR-02/BT-1 : L'identifiant de facture (ram:ID) contient des caractères non autorisés. Valeur actuelle : " ". Seuls les caractères alphanumériques et les symboles + - _ / sont autorisés, sans espaces.

cii

BR-FR-02/BT-25 : L'identifiant de facture référencée (ram:IssuerAssignedID) contient des caractères non autorisés. Valeur actuelle : " ". Seuls les caractères alphanumériques et les symboles + - _ / sont autorisés, sans espaces.

cii

BR-FR-02/EXT-FR-FE-136 : L'identifiant de facture référencée en ligne (ram:IssuerAssignedID) contient des caractères non autorisés. Valeur actuelle : " ". Seuls les caractères alphanumériques et les symboles + - _ / sont autorisés, sans espaces.

ubl

[BR-FR-02/BT-1 : L'identifiant de facture (cbc:ID) doit être composé uniquement de caractères alphanumériques (A-Z, a-z, 0-9) et peut contenir les caractères spéciaux autorisés : tiret (-), plus (+), tiret bas (_), barre oblique (/). Il ne doit pas contenir uniquement des espaces, ni commencer ou se terminer par un espace, ni contenir d'espaces consécutifs. Valeur actuelle : " ". Veuillez corriger le format de l'identifiant.

ubl

[BR-FR-02/BT-25] : L'identifiant de facture référencée (cbc:ID) doit respecter le format autorisé : caractères alphanumériques et les symboles - + _ /. Il ne doit pas contenir uniquement des espaces, ni commencer ou se terminer par un espace, ni contenir d'espaces consécutifs. Valeur actuelle : " ". Veuillez corriger le format de l'identifiant.

ubl

[BR-FR-02/EXT-FR-FE-136] : L'identifiant de facture référencée en ligne (cbc:ID) doit respecter le format autorisé : caractères alphanumériques et les symboles - + _ /. Il ne doit pas contenir uniquement des espaces, ni commencer ou se terminer par un espace, ni contenir d'espaces consécutifs. Valeur actuelle : " ". Veuillez corriger le format de l'identifiant.

Quoted from schematron-fnfe 1.4.0.03, licensed under Apache-2.0.

Common searches around this code

These phrases mirror what an integrator searches for: code, syntax, rule, business field and correction.

BR-FR-02 The invoice identifier contains characters that are not allowedBR-FR-02 French BR-FR-CTC rulesBR-FR-02 BT-1BR-FR-02/BT-1 : L'identifiant de facture (ram:ID) contient des caractères non autorisés. Valeur actuelle : " ". Seuls les caractères alphanumériques et les symboles + - _ / sont autorisés, sans espaces.BR-FR-02 correction

Test your file with this error in mind

Upload the invoice involved: the report will say whether this code appears, where it appears in the document, and whether Factlint can only report it or also fix it.

To automate this check in an ERP flow, call the validation API and link every returned code to its public page.

Why this error happens

The number travels in flow identifiers, file names and payment references: a space, an accent or a parenthesis becomes a source of discrepancy between issuer, platform and recipient. The closed list makes the number copyable without transformation. The rule comes from the FNFE Schematron package, not from the European standard: an invoice perfectly compliant with EN 16931 triggers it as soon as it is judged against the French base.

How to fix it

Remove spaces and out-of-list characters from your numbering, at the source. Factlint does not rewrite an invoice number: the value remains yours.

Severity returned by the rule set

Blocking since 1 September 2026: the current base, `fr-2026-09`, seals the FNFE 1.4.0.03 artefact in fatal mode, and it is the one the pinned engine applies by default. An invoice issued in August 2026 is judged against `fr-2026-08`, where the same rule comes out as a warning — which already rules out a “compliant” verdict. The API returns the severity of the rule set pinned for the judged invoice.

XML correction example

BEFORE (invalid)
<ram:ID>FA 2026/0001 (bis)</ram:ID>
AFTER (compliant)
<ram:ID>FA-2026/0001-bis</ram:ID>