BR-CL-03:currencyID MUST be coded using ISO code list 4217 alpha-3
A currency attribute (currencyID) contains an invalid ISO 4217 code. Currency codes must be 3-letter codes like EUR, USD, GBP.
Engine Classification
Normalize currency codes to valid ISO 4217 alpha-3 codes
Confidence: 85% · Applied automatically in pipeline
What is BR-CL-03?
BR-CL-03 is a fatal validation rule defined in the EN 16931 specification. It validates the @currencyID element in the UBL invoice XML.
When this rule fires, the invoice is non-compliant and will be rejected by Peppol access points and national validation services. The sending system receives a rejection response and the invoice does not reach the buyer.
Target path: //@currencyID
Why This Error Matters
Invoice rejected. Invalid currency codes prevent proper amount processing.
BR-CL-03 is a hard failure. Invoices that trigger this rule are rejected at the access point and never reach the recipient. In Peppol networks, this means your sending system receives an MLR (Message Level Response) with a rejection status. The invoice must be corrected and re-sent, adding delay to your payment cycle.
Invoice Navigator can automatically correct this error in your pipeline. The fix is applied with full audit evidence, so your compliance trail remains intact.
Validator Behavior
- ·Causes invoice rejection
- ·Error returned: BR-CL-03
- ·Specification: EN 16931
Before / After
<Invoice> <!-- Issue: currencyID attribute must be coded using ISO code list 4217 --> </Invoice>
<Invoice> <!-- Issue resolved per EN 16931 --> </Invoice>
Technical Reference
//@currencyIDCommon Causes
- ·Currency code not from ISO 4217 alpha-3 list
- ·Currency symbol used instead of code (€ vs EUR)
- ·Invalid or obsolete currency code used
- ·Currency attribute contains country code by mistake
- ·Custom currency code not in ISO standard
Seeing this in production? The API handles BR-CL-03 automatically. See the fix response →
See Also
Last updated: 27 February 2026
Handle BR-CL-03 Automatically in Your Pipeline
The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.