Back to the error catalogue
XMP-PROFILE-MISMATCH
auto

The profile declared in the XMP differs from the one in the XML

`fx:ConformanceLevel` in the PDF's XMP metadata must match the profile URN declared in the embedded XML.

This defect is fixed automatically. Test your invoice to find out whether it is affected, then apply the correction with the Pipeline Pro plan.

Why this error happens

The PDF and the XML are produced by two different chains, and the XMP is often frozen in a template while the XML profile moves on. It is a frequent cause of rejection even when the invoice is substantively valid.

How to fix it

The two declarations have to be aligned. Factlint rewrites the XMP to the profile actually found in the XML.

XML correction example

BEFORE (invalid)
<fx:ConformanceLevel>BASIC</fx:ConformanceLevel>
AFTER (compliant)
<fx:ConformanceLevel>EN 16931</fx:ConformanceLevel>