Register a Legal Entity

To register new Legal Entity, you need to send properly formatted JSON payload to the endpoint.

The payload structure is:

Copy
Copied
{
    "nip": "1234567890",
    "name": "MojaFirma",
    "addressLine1": "ul. Fakturowa",
    "addressLine2": "20",
    "postcode": "00-001",
    "city": "Warszawa",
    "countryIso2": "PL",
    "email": "ceo@mojadomena.pl"
}

A-Cube platform validates NIP number if it exists in GUS database and created entry in A-Cube database.

You can notice that in a Dashboard there will be a new entry with INIT button. Legal Entities List

After registering the Legal Entity, we can start the onboarding process in order to obtain the KSeF authorization token.