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

France

The invoice identifier exceeds 35 characters

The invoice number (BT-1), a referenced invoice number (BT-25) and a referenced invoice number on a line are limited to 35 characters in the French base.

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-01/BT-1 : L'identifiant de facture (ram:ID) ne doit pas dépasser 35 caractères. Valeur actuelle : " ". Veuillez vérifier que l'identifiant respecte cette limite.

cii

BR-FR-01/BT-25 : L'identifiant de facture référencée (ram:IssuerAssignedID) ne doit pas dépasser 35 caractères. Valeur actuelle : " ". Veuillez vérifier que l'identifiant respecte cette limite.

cii

BR-FR-01/EXT-FR-FE-136 : L'identifiant de facture référencée en ligne (ram:IssuerAssignedID) ne doit pas dépasser 35 caractères. Valeur actuelle : " ". Veuillez vérifier que l'identifiant respecte cette limite.

ubl

[BR-FR-01/BT-1] : L'identifiant de facture (cbc:ID) ne doit pas dépasser 35 caractères. Valeur actuelle : " ". Veuillez vérifier que l'identifiant respecte cette limite.

ubl

[BR-FR-01/BT-1] : L'identifiant de facture (cbc:ID) 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-01/BT-25] : L'identifiant de facture référencée (cbc:ID) ne doit pas dépasser 35 caractères. Valeur actuelle : " ". Veuillez vérifier que l'identifiant respecte cette limite.

ubl

[BR-FR-01/BT-25] : L'identifiant de facture référencée (cbc:ID) 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-01/EXT-FR-FE-136] : L'identifiant de facture référencée en ligne (cbc:ID) ne doit pas dépasser 35 caractères. Valeur actuelle : " ". Veuillez vérifier que l'identifiant respecte cette limite.

ubl

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

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-01 The invoice identifier exceeds 35 charactersBR-FR-01 French BR-FR-CTC rulesBR-FR-01 BT-1BR-FR-01/BT-1 : L'identifiant de facture (ram:ID) ne doit pas dépasser 35 caractères. Valeur actuelle : " ". Veuillez vérifier que l'identifiant respecte cette limite.BR-FR-01 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 limit comes from the French flow's exchange format: beyond it, the number is truncated or refused on reception, and an invoice whose number changes on the way can no longer be matched with its payment. Systems that concatenate year, site, sequence and a mention easily exceed it. 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

Shorten the number in your invoicing system. Factlint does not truncate it: an invoice number is an accounting record, and cutting it would create a document your books do not know.

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>FACTURE-2026-AGENCE-BORDEAUX-SEQUENCE-0000005348-DUPLICATA</ram:ID>
AFTER (compliant)
<ram:ID>26005348FRBEG</ram:ID>