Documentation Index
Fetch the complete documentation index at: https://invopop-mintlify-email-recipients-1778506708.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Compliance questions
GermanyWhen does mandatory B2B e-invoicing start in Germany?
When does mandatory B2B e-invoicing start in Germany?
Is there a legal mandate to use Peppol?
Is there a legal mandate to use Peppol?
- Interoperability with virtually all public sector recipients.
- Compliance with format and technical rules without having to negotiate separate connections or portals.
- Access via certified Peppol Access Points, which handle validation and delivery.
- Other delivery channels exist (email, portal upload), but they are often less convenient, less standardized, and may not scale for high-volume or cross-border invoicing. So, while Peppol isn’t legally required, almost everyone uses it in practice for compliance and efficiency.
Are there any issuing timing requirements in Germany?
Are there any issuing timing requirements in Germany?
Who can act as a supplier in Germany?
Who can act as a supplier in Germany?
Are there special supplier obligations under Peppol in Germany?
Are there special supplier obligations under Peppol in Germany?
What are the legal obligations for receiving invoices in Germany?
What are the legal obligations for receiving invoices in Germany?
What periodic reporting obligations exist in Germany?
What periodic reporting obligations exist in Germany?
Is sending invoices via Peppol mandatory?
Is sending invoices via Peppol mandatory?
Does a Peppol invoice need to be EN16931 compliant?
Does a Peppol invoice need to be EN16931 compliant?
Why does Peppol require proof of ownership?
Why does Peppol require proof of ownership?
What documents count as proof of ownership?
What documents count as proof of ownership?
Are received Peppol invoices considered legally valid?
Are received Peppol invoices considered legally valid?
How long must I retain received Peppol invoices?
How long must I retain received Peppol invoices?
Invoicing questions
GermanyHow do I configure my workspace for German invoicing?
How do I configure my workspace for German invoicing?
What's the workflow for issuing Peppol invoices in Germany?
What's the workflow for issuing Peppol invoices in Germany?
de-xrechnung-v3 addon, then run the Peppol Send workflow. Invopop emits XRechnung (UBL or CII per recipient preference), looks up the recipient’s Access Point, and delivers via Peppol.Which XRechnung syntax should I choose, UBL or CII?
Which XRechnung syntax should I choose, UBL or CII?
How can I view an XML attached to a PDF?
How can I view an XML attached to a PDF?
Attachments section in Adobe Acrobat Reader.Alternatively, you can use specialized tools like the SysTools PDF Extractor to extract the XML file.Where do I find Germany-specific GOBL documentation?
Where do I find Germany-specific GOBL documentation?
de-xrechnung-v3; ZUGFeRD/Factur-X share the EN 16931 CII profile.What should we do if the customer doesn't belong to the Peppol network?
What should we do if the customer doesn't belong to the Peppol network?
- Set up a separate workflow that generates the XML without the send-Peppol-document step
- Or reuse your existing workflow without the customer Peppol ID — the send step is automatically skipped
- Fetch the generated XML and deliver it through the agreed channel, typically email
How do I handle B2C invoices in Peppol?
How do I handle B2C invoices in Peppol?
- Add an If/Else step that checks for a customer inbox using
count(customer.inboxes, true) > 0. - On the
falsebranch, generate a PDF and email it to the customer, then stop the flow.
How do I handle 'Receiver Not Found' errors?
How do I handle 'Receiver Not Found' errors?
KO and receiver not found in the peppol network, treat it like an invalid email address — the recipient simply isn’t reachable on Peppol. Add the Lookup Participant ID step (ideally in a separate validation workflow run against customer data) so you catch missing IDs before generating the invoice.Should I set the `$regime` field when using Peppol?
Should I set the `$regime` field when using Peppol?
Where do I find Peppol GOBL documentation?
Where do I find Peppol GOBL documentation?
oasis-ubl-v2 addon and the Peppol app reference for required fields, supported document types, and Participant ID schemes.Registering supplier questions
GermanyHow do I onboard a new supplier in Germany?
How do I onboard a new supplier in Germany?
9930). For ZUGFeRD/Factur-X, no registration is needed — the supplier just attaches the XML to their PDF.How do I register a supplier with Peppol in Germany?
How do I register a supplier with Peppol in Germany?
9930). Invopop publishes the participant in Peppol’s SMP and routes outbound documents from that point onward.How do I register for a Peppol inbox in Invopop?
How do I register for a Peppol inbox in Invopop?
ubl-invoice doc group) and ready to receive invoices.I get 'XXXX:XXXXXXXXX is already registered' when registering a supplier — what now?
I get 'XXXX:XXXXXXXXX is already registered' when registering a supplier — what now?
9925 VAT scheme rather than the default 0208).How do I assign multiple inboxes to a single supplier?
How do I assign multiple inboxes to a single supplier?
What are Participant IDs?
What are Participant IDs?
- Scheme — identifies the type of identifier (e.g.
9920for Spanish VAT,0208for Belgian KBO/BCE) - Code — the actual identification number
0208 but some entities are only registered under 9925 (VAT). If you hit a “receiver not found” error, the recipient may be registered under an alternative scheme.What visibility level should I set on my Peppol Party?
What visibility level should I set on my Peppol Party?
smp— SMP only, for testingsmp+sml— SMP and SML, useful when you only want to sendsmp+sml+peppol— SMP, SML, and the Peppol Directory, recommended for both sending and receiving (and for being discoverable in the Directory)
Receiving questions
PeppolHow do I import received invoices via Peppol?
How do I import received invoices via Peppol?
Can I remove UBL or CII from the 'Peppol receive invoice' workflow if I only use one format?
Can I remove UBL or CII from the 'Peppol receive invoice' workflow if I only use one format?
How are incoming Peppol documents converted into GOBL?
How are incoming Peppol documents converted into GOBL?