European invoice verification and supplier verification for e-invoicing complian
European invoice verification and supplier verification for e-invoicing compliance in Belgium (mandate live since 1 Jan 2026) and Poland (KSeF): official registry identity, VAT check against VIES, Peppol reachability (BE), IBAN form + key check, bank identified and, in Poland, the official White List: is the IBAN DECLARED by the taxpayer? Paying an undeclared account over 15,000 PLN costs the buyer the VAT deduction and joint liability. Deterministic pret_a_facturer verdict, closed-list reasons.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.sirenic.eu/v1/eu/facturation/dossier
| Category | Company and compliance |
|---|---|
| Provider host | api.sirenic.eu |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 6 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.03 | 891 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"id": "0403199702",
"pays": "BE"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"iban": {
"description": "Optional payee IBAN. Omitted \u2192 reason `iban_non_fourni` (informational). In POLAND it is what unlocks the White List check: an account not declared by that taxpayer is a BLOCKING reason (loss of VAT deduction + joint liability above 15 000 PLN).",
"type": "string"
},
"id": {
"description": "Required. BE: 10-digit enterprise number (KBO/BCE). PL: 10-digit NIP. Dots, spaces and dashes tolerated; must match ^[0-9.\\s-]{9,14}$ or 400 identifiant_invalide.",
"type": "string"
},
"pays": {
"description": "Required. BE or PL only (for France use /v1/facturation/dossier). Anything else \u2192 400 pays_non_couvert.",
"type": "string"
}
},
"required": [
"pays",
"id"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}