All formatsOfficial specificationOpen the generator
Peppol BIS Billing 3.0
v3.0OpenPeppol BIS Billing 3.0 — CIUS of EN 16931 used on the Peppol network
Versions
3.0
Syntaxes
UBL
Document types
invoice, credit note
How this format is validated
KoSIT Validator 1.6.3 running the CEN EN16931 UBL Schematron (1.3.15) plus the official PEPPOL-EN16931-UBL Schematron 3.0.20, compiled from its .sch source with SchXslt 1.10.1 at setup time.
Reduced rule coverage
Validation for this format runs a documented subset of the rules that exist for it. The coverage note is repeated on every validation response so a pass is never over-interpreted.
Capabilities
- Generate
- Parse
- Detect
- Validate
- Convert
- Render
- Hybrid PDF/A-3not supported
- Credit note
Specification identifiers
The CustomizationID (BT-24) the generator writes, and the detector matches on.
- ubl
- urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0
Generate one
Terminal
curl -X POST https://api.invoapi.de/api/v1/generate \
-H "Content-Type: application/json" \
-d '{
"format": "peppol",
"syntax": "ubl",
"version": "3.0",
"invoice": { … }
}'
