Peppolpdf Docs

Introduction

Convert Peppol BIS 3.0 XML invoices and credit notes to PDF with a single API call.

Peppolpdf API

The Peppolpdf API converts Peppol BIS 3.0 XML documents — invoices and credit notes — into professionally rendered PDFs. Upload your XML file and receive a binary PDF download.

Base URL

https://api.peppolpdf.eu

Versioning

The current version is v1. All endpoints are prefixed with /api/v1.

Supported document types

Document typePeppol BIS profile
InvoiceBIS Billing 3.0
Credit noteBIS Billing 3.0

Available endpoints

MethodPathDescription
POST/api/v1/generate-pdfReturns a binary PDF file download
GET/healthHealth check

Locale support

Pass a locale field inside the optional config JSON to translate labels in the rendered document.

Supported values: en (default), nl, fr.

Next steps

On this page