Skip to content
Live in Belgium · Built for every EU mandate

The premium Peppol SDK for EU SaaS founders. Belgium live. France imminent. Every EU mandate inevitable.

The Stripe for Peppol.

TypeScript‑first. Built on Storecove infrastructure. One SDK for every Peppol Authority across the EU — Belgium (live since Jan 2026), Germany (receive live since Jan 2025), France (Sept 2026), EU‑wide ViDA (July 2030).

$ npx @getpeppr/cli validate invoice.json $ npm install @getpeppr/sdk

Try with npx first — no signup, no API key. Install the SDK when you're ready to send.

SDK v1.4.2 · CLI v0.4.2 · both on npm

send-invoice.ts
import { Peppol } from "@getpeppr/sdk";

const peppol = new Peppol({ apiKey: "sk_sandbox_..." });

const invoice = await peppol.invoices.send({
  number: "INV-2026-001",
  to: {
    name: "Wayne Enterprises",
    peppolId: "0208:BE0123456789",
    street: "Avenue Louise 54",
    city: "Brussels",
    postalCode: "1050",
    country: "BE",
  },
  lines: [
    { description: "Arc Reactor", quantity: 1,
      unitPrice: 50_000, vatRate: 21 },
  ],
});

console.log(invoice.status); // "submitted"

One SDK · every EU mandate

Future-proof across every Peppol Authority

Belgium

Live since 1 Jan 2026

Full enforcement 1 April 2026

Germany

Receive live since 1 Jan 2025

Issue: 2027 (>€800K) → 2028 (all)

France

Coming 1 Sept 2026

Issue: 2026 large → 2027 SME

EU cross-border

Coming 1 July 2030

ViDA DRR intra-EU

Each new EU mandate strengthens your getpeppr investment — no rewrites, no per-country contracts, no migration projects.

Try before you buy

Try Peppol locally. No signup, no API key.

Validate, scaffold, and convert UBL invoices from your terminal. Sign up only when you're ready to send through the Peppol network.

terminal
$ npx @getpeppr/cli validate invoice.json
validate · BIS 3.0 offline
init · scaffold a starter
convert · JSON → UBL XML

Read the CLI docs →

1,888 tests passing
TypeScript Native
5 min to first invoice
Built on Peppol BIS 3.0

Stop wrestling with XML

The typical Peppol integration takes 3-5 weeks of reading documentation. Ours takes 5 minutes.

Before — Raw Peppol
01

Read 47-page "quick start" guide

02

Understand UBL 2.1 XML schema (150+ elements)

03

Learn AS4 protocol for message delivery

04

Handle BIS 3.0 validation rules that contradict each other

05

Build 150+ lines of XML by hand per invoice

06

Contact sales for sandbox access

3-5 weeks before first invoice

After — getpeppr SDK
01

npm install @getpeppr/sdk

02

Write JSON — we generate compliant UBL XML

03

Full TypeScript types with autocomplete

04

Actionable validation errors with fix suggestions

05

Instant self-service sandbox with API keys

06

Done. Ship it.

5 minutes to first invoice

Code that speaks for itself

Every operation is a single, intuitive method call. Full TypeScript autocomplete. No XML, no SOAP, no pain.

send.ts
import { Peppol } from "@getpeppr/sdk";

const peppol = new Peppol({ apiKey: "sk_sandbox_..." });

const result = await peppol.invoices.send({
  number: "INV-2026-042",
  to: {
    name: "Globex NV",
    peppolId: "0208:BE0987654321",
    street: "Rue de la Loi 200",
    city: "Brussels",
    postalCode: "1000",
    country: "BE",
  },
  lines: [
    { description: "Consulting Q1", quantity: 40, unitPrice: 125, vatRate: 21 },
    { description: "Travel expenses", quantity: 1, unitPrice: 350, vatRate: 21 },
  ],
  paymentTerms: "Net 30 days",
  paymentIban: "BE68539007547034",
});

console.log(`Sent! ID: ${result.id}`);

Everything you need to ship Peppol invoices

Built by developers who spent weeks reading Peppol docs so you don't have to.

Multi-Country Ready

Belgium live today. France, Germany, Netherlands next. One API, automatic country-specific compliance routing.

Built-in Validation

Pre-send validation catches errors before they hit the network. Human-readable messages with fix suggestions, not cryptic Peppol rule IDs.

TypeScript Native

Full type safety from invoice creation to webhook handling. Autocomplete every field. Catch errors at compile time, not runtime.

BIS 3.0 Compliant

Full Peppol BIS 3.0 compliance out of the box. Invoices, credit notes, allowances, attachments, delivery — all handled.

Real-time Webhooks

Get notified instantly when invoices are delivered, accepted, or rejected. No polling. Event-driven architecture like Stripe.

Zero XML

Send JSON, we generate compliant UBL XML. Your developers will never see an angle bracket. That's a promise.

Peppol API comparison

We analyzed the leading Peppol providers. getpeppr offers the best combination of developer experience, multi-country roadmap, and self-service onboarding.

getpeppr You are here
SDKs: TypeScript (more coming)
Pricing: From EUR 49/mo
Countries: Belgium (expanding)
Self-Service: Yes
First Invoice: 5 minutes
e-invoice.be
SDKs: 6 languages
Pricing: EUR 0.25/invoice
Countries: Belgium only
Self-Service: Yes
First Invoice: < 1 hour
Recommand
SDKs: Open source
Pricing: Free tier + EUR 0.10-0.30
Countries: Belgium (Peppol global)
Self-Service: Yes
First Invoice: Minutes
BudgetInvoice
SDKs: REST API only
Pricing: EUR 0.12–0.35/invoice
Countries: Belgium + NL
Self-Service: Yes
First Invoice: Hours
Qvalia
SDKs: None
Pricing: EUR 39/mo+
Countries: 15+
Self-Service: Yes
First Invoice: Minutes-hours

Mandate-ready by design

Regulation moves. Your code shouldn't have to.

getpeppr is built on Storecove, a certified Peppol Access Point across the EU. We absorb spec changes, country quirks, and new mandates so you never ship a migration to stay compliant.

Certified Access Point backbone

Storecove is a certified Peppol Access Point connected to the EU Peppol network. BIS 3.0 updates, format revisions, and new country onboardings flow through that integration before reaching your code.

Country layer, shipped per mandate

When a new EU mandate lands, getpeppr ships the country-specific layer — identifier schemes, validation rules, CIUS extensions. Your JSON contract stays exactly the same. Your code doesn't change.

Roadmap aligned with EU regulation

BIS 3.0 today. Country CIUS as mandates land. ViDA Digital Reporting Requirements for cross-border B2B by 1 July 2030 — same SDK, same contract, same JSON.

Simple, transparent pricing

Start free. Send your first invoice in 5 minutes. Scale without surprises.

getpeppr offers four pricing tiers from a free sandbox to EUR 399/month for high-volume businesses. All plans include the full TypeScript SDK, built-in validation, and BIS 3.0 compliance.

Sandbox

Free /forever

Test everything. No credit card required.

  • Unlimited test invoices
  • Full SDK access
  • Sandbox environment
  • Validation API
  • Documentation & guides
Start Building

No credit card. No time limit.

Starter

EUR 49 /mo

For developers and early-stage SaaS.

100 docs/mo +€0.25/doc
  • 100 invoices included
  • Live Peppol delivery
  • Webhooks & events
  • Email support (< 24h)
  • Management dashboard
  • Up to 3 team members
Most Popular

Pro

EUR 149 /mo

For growing businesses.

800 docs/mo +€0.22/doc
  • 800 invoices included
  • Live Peppol delivery
  • Webhooks & events
  • Management dashboard
  • Email support (< 24h)
  • Up to 10 team members

Business

EUR 399 /mo

For high-volume senders.

2,000 docs/mo +€0.20/doc
  • 2,000 invoices included
  • Live Peppol delivery
  • Webhooks & events
  • Management dashboard
  • Priority email support
  • Up to 25 team members

Enterprise

Need volume pricing or white-label? Talk to us.

All prices in EUR. No setup fees. Cancel anytime. Compare to EUR 1,800+/year for traditional Access Point fees.

Frequently asked questions

Which countries can I send invoices to?

Belgium is live today on the Peppol production network. France (September 2026) and Germany (2027) are next on the roadmap. The API is designed for multi-country support from day one. Sign up at console.getpeppr.dev to get sandbox API keys instantly and start sending.

Is the sandbox really free?

Yes. Free forever, unlimited test invoices, no credit card required. When you're ready to go live, plans start at EUR 49/month.

Do I need to understand Peppol or UBL?

No. Send JSON, we handle the UBL XML generation, BIS 3.0 compliance, and Peppol network delivery. Zero XML knowledge required.

Is getpeppr production-ready?

Yes. The Belgium Peppol integration is live and validated against Storecove's production network. Our SDK has 1,888 passing tests and full BIS 3.0 compliance.

How does getpeppr compare to building with raw Peppol?

A typical Peppol integration takes 3–5 weeks: reading UBL 2.1 specs, implementing XML generation, handling AS4 protocol, and managing BIS 3.0 validation rules. With getpeppr, you send JSON and we handle everything. Most developers send their first test invoice in under 5 minutes.

Roadmap

v1.1 Live

TypeScript SDK, webhooks, CLI (send + validate + scaffold + lookup), sandbox + production Belgium

v1.2 Coming next

France support, CSV export, Python SDK

v2.0 On the roadmap

Germany support, multi-country routing

Ready to ship Peppol invoices?

Send your first invoice in 5 minutes. Free sandbox, no credit card, full SDK access.

$ npm install @getpeppr/sdk

Free sandbox forever. No credit card required. Ship invoices in minutes.