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.

API-FIRST-EDI

EDI viewed from the API side — inverse of the classic approach where EDI handles its formats internally.

Definition

Philosophy: internal developers consume a canonical API (often OpenAPI 3.x), not an EDI format. The server generates EDIFACT, X12, UBL on demand based on the target partner. Simplifies app development and enables standard API tooling (Postman, Insomnia, OAS-codegen).

Origin

Trend theorised by Stedi, Apideck, Postman around 2019.

Example in context

A product team creating POs via POST /api/v1/orders in JSON; the backend handles the X12 850 translation for Walmart.

Last updated: May 14, 2026