Compliance questions
FinlandIs e-invoicing mandatory in Finland?
Is e-invoicing mandatory in Finland?
What is Finland's B2B 'right to request' e-invoicing?
What is Finland's B2B 'right to request' e-invoicing?
What VAT rates apply in Finland?
What VAT rates apply in Finland?
How long must invoices be archived in Finland?
How long must invoices be archived in Finland?
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
FinlandWhich format should I use to invoice a Finnish public sector buyer?
Which format should I use to invoice a Finnish public sector buyer?
Can I invoice a Finnish business that isn't reachable on Peppol?
Can I invoice a Finnish business that isn't reachable on Peppol?
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.Supplier questions
FinlandHow do I register a Finnish supplier for Peppol?
How do I register a Finnish supplier for Peppol?
tax_id.country = FI and the Y-tunnus (or FI-prefixed VAT number), then run the standard Peppol registration workflow. The contact receives a proof-of-ownership link, and once approved the party is assigned a Participant ID on the Peppol network.What Peppol scheme does Finland use for participant IDs?
What Peppol scheme does Finland use for participant IDs?
0037. Most new registrations instead default to deriving the Participant ID from the Y-tunnus or VAT number.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?