api-hub.ch
← All APIs

E-Invoice

Validate and parse XRechnung, ZUGFeRD/Factur-X, and CII/UBL against EN 16931 and KoSIT business rules.

First 100 checks/month free, then CHF 0.01 per check

Example request

curl -H "Authorization: Bearer ah_live_…" \
  -X POST \
  -H "Content-Type: application/xml" \
  --data-binary @invoice.xml \
  "https://api.api-hub.ch/v1/erechnung/validate"

Replace the placeholder key with your live key from checkout.

Full request and response schemas are in the interactive API reference.