Glossary Term

Two-corner model

A direct, point-to-point e-invoicing exchange between exactly two parties — sender and receiver — without intermediaries. The pre-Peppol baseline: bespoke EDI agreements, custom mappings, and one connection per trading partner. Largely superseded by the four-corner model for open networks, but still common inside closed supply chains.

Quick Facts

Scaling
Quadratic cost — bespoke per pairing
Discovery
Out of band (manual configuration)
Still used in
Retail, automotive, intra-group, fallback delivery
Intermediaries
None — direct connection
Typical formats
EDIFACT, ANSI X12, custom XML, UBL
Common transport
SFTP, AS2, AS4, VAN, e-mail
Number of parties
2 (sender + receiver)
Onboarding effort
Bilateral; weeks per trading partner

Definition

What it is

In the two-corner model, an e-invoice travels from a single sender to a single receiver over a connection the two parties have agreed and configured ahead of time. There is no shared directory, no neutral intermediary, and no notion of "send to anyone, receive from anyone." Each pairing is its own integration project: agree the format, agree the transport, agree the validation rules, exchange test files, go live.

The two corners are simply the two endpoints: corner 1 is the supplier's billing system, corner 2 is the buyer's accounts payable system. Everything in between — VAN providers, secure FTP, AS2 / AS4 channels, even sneakernet of CSV files on a Friday afternoon — is treated as transport plumbing rather than as a structural part of the model.

Where it came from

The two-corner model is the original shape of B2B EDI. From the 1980s onwards, large buyers (especially retailers and automotive manufacturers) imposed an EDI mandate on their suppliers: "if you want to keep selling to us, here is the specification you must implement to send invoices, despatch advices, and remittance advices." The supplier built one integration per customer, often with a different format (EDIFACT INVOIC D96A here, ANSI X12 810 there, a buyer-specific XML somewhere else) and a different VAN account.

This worked when each large buyer could justify the integration cost on its own volume. It collapses as soon as a long tail of mid-sized buyers and small suppliers tries to participate: every new pairing is a project, costs aggregate quadratically with the number of trading partners, and onboarding a single supplier into a new buyer's network can take weeks.

Two corners vs. four corners

The four-corner model — the foundation of Peppol — solves the quadratic-cost problem by inserting a service provider on each side. Corner 1 is still the sender, corner 4 is still the receiver, but corner 2 (the sender's access point) and corner 3 (the receiver's access point) handle format translation, transport, and discovery. Each party connects once to their access point and can reach any other participant in the network.

From an ERP vendor's perspective the practical differences are:

  • Onboarding cost. Two-corner: weeks per partner. Four-corner: hours to register a Peppol participant ID; routing is automatic.

  • Format flexibility. Two-corner: whatever the two parties agree, often legacy EDI. Four-corner: constrained to network-approved formats (Peppol BIS Billing 3.0, etc.) and policed by access points.

  • Discovery. Two-corner: out of band (phone, email, supplier portal). Four-corner: SMP/SML lookup, machine-resolvable.

  • Compliance liability. Two-corner: bilateral, each party responsible for the agreement they signed. Four-corner: distributed; each access point warrants conformance to its corner of the network.
  • A five-corner variant exists — used in CTC regimes like France's PPF model and Peppol's pilot 5-corner architecture for tax reporting — where a tax authority is inserted as the fifth corner alongside the four exchange parties.

    Where the two-corner model still exists

    It has not disappeared. It survives wherever the underlying economics still favour it:

  • Large retailer-supplier networks running entrenched EDIFACT or X12 flows. Migrating a Walmart-style supplier base to Peppol is a multi-year programme; bilateral EDI continues in parallel.

  • Automotive and aerospace supply chains with deep buyer-driven specifications (Odette, AECMA, ENX).

  • Intra-group invoicing between subsidiaries of the same multinational, where a shared ERP backbone makes the bilateral integration essentially free.

  • High-volume utilities, telecoms, and logistics with industry-specific message catalogues.

  • B2G in some Member States before national platforms were available — Italy's pre-SDI public-sector invoicing, for example, was largely two-corner over PEC e-mail.
  • The two-corner model also resurfaces as a fallback inside otherwise four-corner architectures: when a Peppol access point cannot resolve a recipient, the issuer is sometimes permitted to deliver by direct e-mail or upload portal, which is a two-corner exchange dressed in network terminology.

    Why ERP vendors still care

    Even for ERPs targeting fully four-corner customers, two-corner integrations remain in the backlog because most mid-sized buyers have at least one trading partner who refuses to join Peppol. A modern invoicing module typically needs to:

  • Detect at routing time whether the recipient has a Peppol participant ID (four-corner) or only an e-mail / portal address (two-corner).

  • Maintain a per-partner profile of accepted formats, signature requirements, and quirks (rounding rules, mandatory free-text fields).

  • Emit a Peppol BIS Billing 3.0 UBL by default and downgrade or translate to legacy EDIFACT INVOIC where a key buyer demands it.

  • Track delivery acknowledgements in two different worlds: a Peppol MLR (Message Level Response) for four-corner, an AS2 MDN or an opaque "received" e-mail for two-corner.
  • Relation to EN 16931

    EN 16931 is corner-agnostic. The semantic data model says nothing about how the invoice gets from sender to receiver. A perfectly compliant EN 16931 UBL invoice can be delivered two-corner over SFTP, four-corner over Peppol AS4, or five-corner via France's PPF — the semantic content is the same.

    The practical effect is that two-corner is a deployment model, not a format choice. ERPs aiming at EU readiness build their internal data path around EN 16931 and treat the corner count as a routing decision.

    Related Content