Sign inSign up

apps4everything/kosit-validator-peppol

By apps4everything

Updated 20 days ago

Docker Image with KoSIT Validator 1.6.3 and Peppol Billing BIS 3.0.21

Image
Developer tools
0

1.7K

apps4everything/kosit-validator-peppol repository overview

KoSIT Peppol BIS Billing Validator

Ready-to-use Docker image for validating international e-invoices against Peppol BIS Billing 3.0 and EN 16931 (UBL & CII).

Built on the official KoSIT Validator with the Peppol BIS Validator Configuration.

Quick Start

docker run -d -p 8081:8081 apps4everything/kosit-validator-peppol:3.0.21

Validate an Invoice

curl -s -X POST http://localhost:8081/ \
  -H "Content-Type: application/xml" \
  -d @invoice.xml

The response is an XML validation report containing the assessment, errors, warnings, and applied rules.

Health Check

curl http://localhost:8081/server/health

The image includes a built-in Docker health check (every 30s).

Versions

ComponentVersion
KoSIT Validator1.6.2
Peppol BIS Billing3.0.21
BIS Config2026-05-20

Docker Compose

services:
  peppol:
    image: apps4everything/kosit-validator-peppol:3.0.21
    ports:
      - "8081:8081"
    restart: unless-stopped

License

Apache 2.0

Tag summary

Content type

Image

Digest

sha256:a494b98ea

Size

90.4 MB

Last updated

20 days ago

docker pull apps4everything/kosit-validator-peppol