Check Peppol e-invoicing reachability
company_peppolCheck if a company can receive Peppol e-invoices by SIREN, SIRET, or participant ID. Get reachability status and accepted document types.
Instructions
Check whether a company can receive e-invoices on the Peppol network before you send one: participant identifiers and accepted document types from the official Peppol Directory export, by SIREN, SIRET or explicit Peppol participant ID. 'Not registered' is a paid, dated answer. No account, no key. Price: $0.01 per call First call each day free (trial). Docs: https://invoket.com/docs/api/company-peppol
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siren | Yes | 9-digit SIREN of the French legal unit. Provide exactly one of 'siren', 'siret' (14 digits, matched on its SIREN prefix) or 'participant' ('<icd>:<value>', explicit Peppol participant ID, any country - e.g. '0009:33328563300033'). Malformed input is a 400 (INVALID_INPUT), a failed Luhn checksum is a 400 (INVALID_CHECKSUM, likely a typo). An identifier absent from the directory is NOT a 404: it is a successful 'reachable: false' answer (200, billed). The only 404 on this route is a well-formed 'siret' or 'siren' that does not exist in the Sirene register (a mistyped number, or an ERP filler value such as 000000000) - not billed, same answer as /company/resolve; 'participant' has no existence check (any country) |