Validate an e-invoice with the eConnect Validator

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.

What does the validator check?

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.

Supported formats

The validator supports all common e-invoice formats:

FormatDescriptionPeppol BIS Billing V3The Peppol standard for invoices and credit notesNLCIUS / SI-UBL 2.0The Dutch implementation of EN 16931PINT (all variants)Peppol International Invoice (EU, A-NZ, Japan, Singapore, Malaysia, UAE)XRechnungGerman implementationCII (Cross-Industry Invoice)Alternative XML syntax, including Factur-X
How to use the validator

The online validator is available at psb.econnect.eu. You do not need to create an account to use the validator.

  1. Go to the validator at psb.econnect.eu.
  2. Upload your XML file or paste the XML content.
  3. The validator automatically detects the format and applies the correct rules.
  4. Review the result: for each rule you can see whether the check passed, produced a warning, or contains an error.

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.

Interpreting errors

The validator produces three types of messages:

  • Error: the invoice does not meet the specification and will be rejected on the Peppol network. You must resolve this before sending.
  • Warning: the invoice will not be rejected, but there is a point of attention. Warnings may become mandatory in a future release.
  • Informational: a remark with no consequences for sending.

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.

Validation on sending

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.

Keeping up with new releases

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