Onboarding a new company into the Peppol Network

A LegalEntity must be registered within our business registry to be a participant into the Peppol Network.

You can create a LegalEntity via API by specifying some basic information:

Copy
Copied
{
  "registeredName": "Company name",
  "country": "BE",
  "address": "string",
  "city": "string",
  "stateOrProvince": "string",
  "zipCode": "string",
  "identifierScheme": "iso6523-actorid-upis",
  "identifierValue": "0208:0123456789"
}

You will receive back a uuid that identifies the LegalEntity you created.

You can now enable the LegalEntity record into the SMP and register it into the Peppol Network with PUT /legal-entities/{uuid}/smp

Copy
Copied
{
  "enabled": true
}

By default, the company will be enabled with the support for both Invoice and CreditNote documents.