Generate P&L numbers, straight into your spreadsheet.
Stream sent and received invoice volumes as CSV. Drop it into Excel, Sheets, or your BI tool. No more exporting from the dashboard and copy-pasting into a pivot table.
Open source · Peppol CLI
A fast, scriptable CLI for sending and receiving e-invoices over the Peppol network. Built for terminals, CI pipelines, and AI agents like Claude Code and Codex. Every command speaks JSON and returns clean exit codes.
Free and open source. Built in Go. A single binary on macOS, Linux, Windows.
Homebrew, Go, or a pre-built binary. One install, every desktop, no runtime to manage.
Requires an e-invoice.be account. Sign up free.
A handful of design decisions that make this CLI safe to hand to a script. Or a CI runner. Or an agent.
--jsonDeterministic exit codes and a raw API hatch let agents and pipelines drive your Peppol account directly. Drop it into Claude Code, n8n, or a Makefile.
| jqEvery command supports --json, plus --output table for humans. Pipe through jq, xargs, or any UNIX tool. Filter, project, and reshape without writing a single integration line.
$PEPPOL_API_KEYBrowser-based OAuth, or set PEPPOL_API_KEY for unattended runs. Tokens live in your shell environment, never in plaintext config files and never in your shell history.
peppol *Inbox, outbox, drafts, documents, lookup, validate, stats. The CLI is the API. No feature gap, no second tool to learn.
peppol-cli composes with the tools you already use. jq, xargs, cron, your CI runner, your favourite LLM. Six workflows people actually run.
Stream sent and received invoice volumes as CSV. Drop it into Excel, Sheets, or your BI tool. No more exporting from the dashboard and copy-pasting into a pivot table.
Belgian tax law expects you to keep e-invoices for seven years. Dump inbox and outbox as JSON every night. Drop the command in a cron job or a GitHub Action.
Pipe the inbox into your model and act on its decisions. Auto-approve trusted vendors. Flag anything weird for a human. No integration code, no webhook plumbing.
Run Peppol BIS validation locally against any UBL file. Catch missing fields, broken tax rates, and bad customer IDs in CI, not after the document bounces back from a receiver.
Before you bill them, confirm the participant exists, which document types they accept, and which Access Point routes them. One command instead of digging through the SML.
Pull what came in since yesterday and let Claude map each invoice to the format your ERP expects. Works for Xero, Exact, or whatever lives on the other end. A cron job, one pipe, zero manual data entry.
Install once. Script everything. Hand the rest to an agent. The CLI is free and open source. You only pay for the invoices you send or receive, from €0.18.
e-invoice.be is a certified Peppol Access Point. Account creation is instant; company verification takes 24–48 hours.
Everything we get asked before the first install.