The free eConnect Validator: check whether your XML complies with UBL, BIS Billing, and NLCIUS.
Before sending an e-invoice, you want to be sure that the XML file is technically correct. The eConnect Validator checks your invoice against XML schemas, Schematron rules, and country-specific validations. The tool is freely available as an online validator.
The eConnect Validator performs multiple checks on your e-invoice file:
XML schema validation. Is the basic structure of the file correct? Are all required XML elements present and properly nested?
Schematron validation. Does the invoice comply with the business rules of the selected profile? This includes rules for VAT calculations, mandatory fields, and code lists.
Profile detection. The system automatically recognises which profile your invoice follows (BIS Billing V3, NLCIUS, PINT, XRechnung) and applies the corresponding validation rules.
Country-specific rules. Additional validation rules apply per country. For the Netherlands these are the NL-R rules, for Germany the DE-R rules, for Denmark the DK-R rules, and so on. The validator applies these automatically based on the country code in the invoice.
The validator supports all common e-invoice formats:
The online validator is available at psb.econnect.eu. You do not need to create an account to use the validator.
When errors are found, the validator provides the exact error code, a description of the problem, and the location in the XML file (XPath). This tells you precisely what needs to be corrected.
The validator produces three types of messages:
Common error codes begin with a prefix indicating the domain: PEPPOL- for Peppol-wide rules, NL-R- for Dutch rules, BR- for base rules from EN 16931. The error description always states the expected behaviour.
In addition to the manual validator, the eConnect platform also performs automatic validation at the moment of sending. If an invoice does not meet the requirements, sending is blocked and you receive an error message with the relevant validation rule.
For API users: the PSB validates every invoice at submission time and returns the validation results in the API response. This allows you to build validation into your own software process.
Validation rules are updated with every new release of the Peppol BIS Billing specification. eConnect updates the Schematron artefacts and code lists as soon as a new version becomes mandatory. The online validator always validates against the current release.
Tip: after a specification update, verify that your invoices are still valid. New rules may impose stricter requirements on fields that were previously optional.
Want to review sample files to check your own XML structure? Download sample files.
Validate your invoice