Problems·HTTP 422
invalid-participant-id
That is not a Peppol participant identifier.
What it means
A participant identifier is a four-digit scheme and an identifier, joined by a colon.
What to do
Use scheme:identifier, for example 9932:GB123456789 for a UK VAT number or 0088:5012345678900 for a GLN.
Example
Sent as application/problem+json (RFC 9457). Branch on type, which is stable. Never branch on title or detail, which are prose and may change.
{ "type": "https://www.einvoicing.dev/problems/invalid-participant-id", "title": "That is not a Peppol participant identifier.", "status": 422, "detail": "…"}All problem types
Every error the API can return, with what to do about each.
API reference
Every operation, its parameters and the errors it can answer with.