Send PDF invoices via Peppol with the eConnect PSB: e-mail or API, IDR recognition and validation.
A PDF invoice is technically not an e-invoice: the data is not in a structured format and accuracy cannot be guaranteed by scan recognition alone. Yet eConnect offers a solution for sending PDF invoices via Peppol. The PSB recognises the PDF via the IDR (Intelligent Document Recognizer), validates the essential fields against the metadata you supply, and converts it into a valid e-invoice.
How it works: you send the PDF together with a set of control metadata (invoice number, amounts, recipient). The IDR recognises the invoice and compares the recognition with your metadata. Does everything match? Then the invoice is sent. Does it not match? Then you receive a notification.
Note: this page describes sending a loose PDF without UBL (recognition via the IDR based on supplied metadata). Do you want to include a PDF as an attachment to an e-invoice you already submit in UBL? See Including attachments under Send an invoice via the API.
There are two ways to submit a PDF invoice to the PSB. Both methods require the same metadata.
Send the PDF as an attachment to the secured e-mail address of your PSB tenant. In the body of the e-mail, place the control metadata in Markdown format:
[factuurnummer](INV-2026-0042)
[totaalfactuur](1.250,00)
[totaalbtw](262,50)
[ontvangerSchemeId](0106)
[ontvangerIdentifier](12345678)
[ontvangerNaam](Voorbeeldbedrijf B.V.)
[ontvangerEmail](finance@voorbeeld.nl)
The tags in square brackets are agreed upon during the initial setup. It is important that these do not change once the connection is live.
Note: The exact e-mail address and available tags are configured per customer by eConnect. Contact TechSupport for the initial configuration.
Send the PDF to the GenericSend API and supply the metadata as metaAttributen (key-value pairs):
{
"factuurnummer": "INV-2026-0042",
"totaalfactuur": "1250,00",
"totaalbtw": "262,50",
"ontvangerSchemeId": "0106",
"ontvangerIdentifier": "12345678"
}
When submitting via the API you receive a documentId in return. You can link this ID to the invoice in your own software package, so you can track the status of the submission. You can also supply your own documentId.
The following fields are required at minimum:
factuurnummertotaalfactuurtotaalbtwontvangerSchemeId0106 for KvK)ontvangerIdentifierontvangerNaamontvangerEmailAdditional tags can be added in consultation.
After receipt, the PDF goes through the following steps:
If validation does not succeed (for example because the recognised amount differs from the supplied amount), there are three ways to receive a notification:
With line recognition, the IDR only passes through the invoice lines if the sum of the line amounts matches the total excluding VAT. If the lines do not match, the IDR places the total per VAT category as an invoice line in the XML. Do you want the invoice to fail instead of being sent in that case? This is configurable. If no invoice lines are recognised at all, this can optionally also be configured so the invoice fails instead of being sent without lines; you receive the same notification as for another validation error.
Important: An invoice that has failed cannot be corrected afterwards and sent automatically. The only option is to upload the XML manually via the platform.
This solution is intended for situations where the invoice source cannot generate a structured format, but you still want to send via Peppol. Typical scenarios:
For the best quality and reliability, it is always recommended to deliver directly in UBL format via the API.
Peppol always delivers structured UBL/XML to the recipient. A PDF is only present if the sender embedded or sent one separately, or (legacy platform) if PDF generation from XML is active. XML-only is normal without embed and without generation.
Self-check Inbox, invoice-view rules and search terms: Statuses: XML only or also PDF.
The IDR recognises the PDF and compares the recognised values with the control metadata you supply (invoice number, amounts, recipient). If validation succeeds, the invoice is sent. If validation fails, you receive a notification by e-mail, webhook or in the platform.
You can send a PDF by e-mail to the secured address of your PSB tenant (with metadata in Markdown format), or via the GenericSend API (with metadata as key-value pairs). Both methods require the same control metadata.
No, an invoice that has failed cannot be corrected afterwards and sent automatically. The only option is to upload the XML manually via the eConnect platform.
Want to set up PDF via Peppol? Get in touch with our team for the initial configuration.
Request configuration