ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

Voluntary PEPPOL B2G — no e-invoicing mandate to date

An electronic invoice is a structured, machine-readable invoice (XML), as opposed to a PDF or a scanned paper document. PEPPOL (Pan-European Public Procurement OnLine) is the European network that routes these invoices via certified access points — a secure postal service for B2B documents. Malta connected its public sector to PEPPOL to comply with the EU directive but — unusually for the Union — imposed no mandatory issuance and no B2B reform with tax clearance.

History — transposing 2014/55/EU without a mandate

Like every member state, Malta had to transpose Directive 2014/55/EU before April 2019. That directive requires only one thing: that every contracting authority (ministry, local authority, public body) be technically able to receive and process an invoice compliant with the European standard EN 16931. It creates no obligation for businesses to issue such invoices, nor any B2B mandate.

Malta chose the minimal path: connect its public sector to PEPPOL via MITA, without building a national clearance platform in the Italian (SdI) or Polish (KSeF) style. For a micro-state of ~0.5 million people with an SME-heavy fabric, this approach avoids a heavy infrastructure investment.

text malta-peppol-timeline.txt
2014       | Directive 2014/55/EU adopted — mandatory e-invoice reception
           | for every EU contracting authority on public procurement
           | above thresholds. Transposition deadline: April 2019.
           |
2018       | Malta joins OpenPEPPOL as a national PEPPOL Authority,
           | operated by MITA (Malta Information Technology Agency).
           |
2019       | Transposition of 2014/55/EU: Maltese public entities must be
           | able to RECEIVE EN 16931 invoices. No issuance obligation,
           | no B2B mandate introduced.
           |
2020-2023  | Gradual rollout of reception capability via PEPPOL BIS
           | Billing 3.0 across ministries and central entities.
           | Issuance stays voluntary — PDF and paper still dominant.
           |
2024       | The CFR (Commissioner for Tax and Customs) opens internal
           | thinking on a voluntary SAF-T and ViDA alignment. No B2B
           | mandate timeline published.
           |
2025-2026  | Status quo: Malta remains one of the last EU states with no
           | B2B mandate and no tax clearance. Voluntary PEPPOL, SAF-T
           | under study, observing ViDA DRR (digital reporting 2030+).

Governance — MITA + CFR

Two players shape the file. MITA (Malta Information Technology Agency), the Maltese government's IT agency, operates the national PEPPOL Authority: it accredits access points, manages the SMP directory of public entities and owns technical conformance. The CFR (Commissioner for Tax and Customs — Kummissarju tat-Taxxi u d-Dwana, formerly Commissioner for Revenue) handles the tax side: VAT numbers, returns, and SAF-T/ViDA thinking.

As of this page, neither entity has published a legislative project mandating B2B e-invoicing. Governance therefore remains a voluntary framework, anchored to OpenPEPPOL specifications and EN 16931, with no national overlay.

Technical schema — PEPPOL BIS 3.0

The recommended format is PEPPOL BIS Billing 3.0: a UBL 2.1 profile constrained by a CIUS (Core Invoice Usage Specification) compliant with EN 16931. Transport runs over AS4 between certified access points, addressing via the PEPPOL SML/SMP directory. A Maltese recipient's identifier uses scheme 9925 (MT VAT) or 0287 (MBR company number).

xml peppol-bis-3.0-malta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Invoice xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2">
  <cbc:CustomizationID>urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0</cbc:CustomizationID>
  <cbc:ProfileID>urn:fdc:peppol.eu:2017:poacc:billing:01:1.0</cbc:ProfileID>
  <cbc:ID>INV-2026-00417</cbc:ID>
  <cbc:IssueDate>2026-06-16</cbc:IssueDate>
  <cbc:DocumentCurrencyCode>EUR</cbc:DocumentCurrencyCode>

  <cac:AccountingSupplierParty>
    <cac:Party>
      <cbc:EndpointID schemeID="9925">MT12345678</cbc:EndpointID>
      <cac:PartyLegalEntity>
        <cbc:RegistrationName>Valletta Trading Ltd</cbc:RegistrationName>
        <cbc:CompanyID schemeID="0287">C 12345</cbc:CompanyID>
      </cac:PartyLegalEntity>
      <cac:PartyTaxScheme>
        <cbc:CompanyID>MT12345678</cbc:CompanyID>
        <cac:TaxScheme><cbc:ID>VAT</cbc:ID></cac:TaxScheme>
      </cac:PartyTaxScheme>
    </cac:Party>
  </cac:AccountingSupplierParty>

  <cac:AccountingCustomerParty>
    <cac:Party>
      <cbc:EndpointID schemeID="9925">MT87654321</cbc:EndpointID>
      <cac:PartyLegalEntity>
        <cbc:RegistrationName>Ministry for Finance (Malta)</cbc:RegistrationName>
      </cac:PartyLegalEntity>
    </cac:Party>
  </cac:AccountingCustomerParty>

  <cac:TaxTotal>
    <cbc:TaxAmount currencyID="EUR">180.00</cbc:TaxAmount>
  </cac:TaxTotal>
  <cac:LegalMonetaryTotal>
    <cbc:PayableAmount currencyID="EUR">1180.00</cbc:PayableAmount>
  </cac:LegalMonetaryTotal>
</Invoice>

Comparison — Malta vs EU mandates

DimensionMaltaItaly (SdI)Poland (KSeF)
B2G mandateReception onlyIssuance + receptionIssuance + reception
B2B mandateNoneMandatory 2019Mandatory 2026
National platformNone (PEPPOL)SdI (clearance)KSeF (clearance)
Tax clearanceNoYes (real time)Yes (real time)
SAF-TUnder studyEsterometro / SdIJPK_VAT mandatory
Recommended channelPEPPOL BIS 3.0FatturaPA via SdIFA(2) via KSeF

Adoption — B2G reception, voluntary issuance

  • Public sector: PEPPOL reception capability deployed across ministries and central entities since 2019-2023. Reception is the only effective obligation.
  • B2G issuance: voluntary. Many public suppliers still send PDFs, absent a binding obligation.
  • B2B: no constraint. Structured EDI remains confined to large accounts (retail, industry, iGaming) adopting it for efficiency, not by regulation.
  • Trend: stability. Without a mandate signal, voluntary adoption grows slowly, driven more by foreign principals' requirements (EU chains) than by Malta.

Common pitfalls

  • Assuming a Maltese mandate exists. There is none for B2B. Confusing B2G reception (mandatory) with a general issuance obligation is integrators' most frequent error.
  • Wrong identifier scheme. Addressing a Maltese recipient with scheme 0088 (GLN) instead of 9925 (VAT) or 0287 (MBR) fails SMP resolution.
  • Forgetting the EN 16931 CIUS. A "raw" UBL not conforming to the PEPPOL BIS 3.0 profile is rejected by the receiving access point even if the XML is valid.
  • Anticipating ViDA too early. Digital reporting (DRR) is not in force; building a Malta-specific "ViDA-ready" integration today is premature absent a national spec.