Skip to content

PEPPOL Providers

Use client.peppol to inspect PEPPOL providers. This is a public root-client branch and does not require an authenticated client.

page = client.peppol.query()
for provider in page.providers:
print(provider.id, provider.name)
  1. Query providers from the root client.

  2. Cache provider ids and names for user selection or validation.

  3. Refresh the cache according to your product’s data freshness needs.