All formatsOfficial specificationOpen the generator
ZUGFeRD / Factur-X
v2.5.2ZUGFeRD 2.5.2 (identical in substance to Factur-X 1.0.08) — hybrid PDF/A-3 invoice with embedded CII XML
Versions
2.5.2
Syntaxes
CII
Document types
invoice, credit note
How this format is validated
The CII XML is validated with the CEN EN16931 CII Schematron (1.3.15) via the KoSIT Validator; the XRECHNUNG profile additionally runs the XRechnung 3.0.2 Schematron. FeRD's ZUGFeRD-profile-specific Schematron is not redistributable here, so profile-only rules (e.g. EXTENDED-specific constraints) are not checked and the result reports reduced coverage. PDF/A-3 conformance itself is not verified.
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-3
- Credit note
Profiles
Profiles that are declared by the standard but not implemented here return CAPABILITY_NOT_SUPPORTED instead of a partial document.
- MINIMUM · not implemented
- BASICWL · not implemented
- BASIC
- EN16931
- EXTENDED
- XRECHNUNG
Generate one
Terminal
curl -X POST https://api.invoapi.de/api/v1/generate \
-H "Content-Type: application/json" \
-d '{
"format": "zugferd",
"syntax": "cii",
"version": "2.5.2",
"invoice": { … }
}'
