einvoicecheck
Menu

Rules / BR-CL-17 · Markdown

Peppol BIS Billing 3.0 · rule

BR-CL-17

Layer en16931·Checked against Peppol BIS Billing 3.0 2026.5

What does BR-CL-17 mean? Invoice tax categories MUST be coded using UNCL5305 code list

Why did my invoice fail BR-CL-17?

Invoice tax category codes must come from the UNCL 5305 code list (the duty/tax/fee category codes: S, Z, E, AE, K, G, O, L, M, B). This check applies to tax category codes used on the invoice so that VAT treatment is machine-readable. In UBL the element is cac:TaxCategory/cbc:ID or cac:ClassifiedTaxCategory/cbc:ID.

Official rule text

Invoice tax categories MUST be coded using UNCL5305 code list

Common causes

How do I fix it?

<cac:ClassifiedTaxCategory>
  <cbc:ID>S</cbc:ID>
  <cbc:Percent>22</cbc:Percent>
  <cac:TaxScheme><cbc:ID>VAT</cbc:ID></cac:TaxScheme>
</cac:ClassifiedTaxCategory>

Related rules

BR-CL-01 · BR-CL-03 · BR-CL-04 · BR-CL-05 · BR-CL-06 · BR-CL-07 · BR-CL-08 · BR-CL-10

Check your invoice against this rule

Paste it into the live demo, or call POST /v1/validate. See the quickstart.