Check Peppol participant
Verify whether a company is already registered on the Peppol network before sending an invoice or submitting a registration request.
Endpoint
| Property | Value |
|---|---|
| URL | GET /white-label-partner/check-participant |
| Method | GET |
| Auth | R-Auth: <partner-jwt> |
| Base URL | Stage Environment https://api-stage.docnova.ai/ Production Environment https://api.docnova.ai/ |
Example Request
curl --location '{{baseUrl}}/white-label-partner/check-participant?participantId=9930:<DE VAT ID>' \
--header 'R-Auth: {{partnerJwt}}'
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
participantId | string | Yes | Peppol participant identifier in icd:value format |
Germany identifiers
| Format | ICD | Description |
|---|---|---|
9930:<DE VAT ID> | 9930 | German VAT ID — recommended for B2B |
0204:<Leitweg-ID> | 0204 | Leitweg-ID — used by German public authorities |
0088:<GLN> | 0088 | GLN — alternative identifier for organisations and locations |
0246:<GEBA> | 0246 | GEBA — German business address with optional sub-addressing |