Beglaubigt.de API

UG / GmbH

Create a tax registration for a UG or GmbH. Generates the ELSTER Kapitalgesellschaft form.

POST https://api.beglaubigt.de/v1/tax-registration

Authorization

Include an Authorization header with a Bearer token:

Authorization: Bearer <token>

Example: Bearer sk-123e4567-e89b-12d3-a456-426614174000

Request

Core

company_idstring

Assign the tax registration to a specific existing company. The company must not already have a tax registration; if it does, the request returns 409 COMPANY_ALREADY_REGISTERED. The environment must match the company: a sandbox registration cannot be assigned to a production company (or the reverse), which returns 409 ENVIRONMENT_MISMATCH. An unknown company_id returns 404 COMPANY_NOT_FOUND. Omit it to have a new company created and linked automatically.
Example: 9b2e4c7a-1d3f-4a8b-9c6e-2f5a7b8c1d0e

business_addressobject

Business address for the client company, stored on the company that gets created. Only applies when a new company is created (omit company_id); it is rejected if sent together with company_id.

legal_formstringrequired

The legal form of the company.
Possible values: ug or gmbh

packagestringrequired

The service package.
Possible values: self or guided

signature_pathstringrequired

The client's signature as an SVG path string.
Example: M 10 10 L 90 90 M 90 10 L 10 90

environmentstringdefault: production

The ELSTER environment to file against. It also sets the created company's type: sandbox creates a staging company and files against test ELSTER; production creates a live company.
Possible values: sandbox or production

client_referencestring

A custom reference string for your own tracking.
Example: REF-2025-001

Company & Founding

namestringrequired

Registered company name including the legal-form suffix. Max 120 characters.
Example: Muster Handels GmbH

purposestringrequired

Description of the business activity. Max 200 characters.
Example: Softwareentwicklung und IT-Beratung.

notarization_datestringrequired

Date of the notarial formation deed (Gründungsurkunde).
Example: 2025-01-15

operational_activity_start_datestringrequired

The date the business begins operating. Must not be before notarization_date. Format: YYYY-MM-DD.
Example: 2025-02-01

fiscal_year_deviates_from_calendarbooleanrequired

Whether the fiscal year differs from the calendar year.
Possible values: true or false

fiscal_year_deviating_start_datestring

Start of the deviating fiscal year. Required when fiscal_year_deviates_from_calendar = true. Format: YYYY-MM-DD.
Example: 2025-04-01

capitalnumberrequired

Share capital in euros, a whole number. A UG must be between 1 and 24999; a GmbH must be at least 25000.
Example: 25000

paid_in_capitalnumberrequired

Amount of the share capital already paid in. Cannot exceed capital.
Example: 25000

formation_typestringrequired

How the company was founded: cash for a cash contribution (Bargründung), in-kind for a contribution in kind (Sachgründung), or conversion when it results from converting an existing business (Umwandlung).
Possible values: cash, in-kind or conversion

conversion_typestring

The kind of conversion. Required when formation_type = conversion, and only allowed then: merger for a merger (Verschmelzung), division for a split (Spaltung), form-change for a change of legal form (Formwechsel), or asset-transfer for a transfer of assets (Vermögensübertragung).
Possible values: merger, division, form-change or asset-transfer

is_holdingboolean

Whether the company only manages its own assets.
Possible values: true or false

addressobjectrequired

Registered business address (see the Address object).

Directors & Shareholders

directorsarrayrequired

Managing directors. 1–9 entries.

shareholdersobjectrequired

Shareholders, split into two arrays: individuals (natural persons) and entities (legal entities). At least 1 and at most 99 across both, and the share_percentage values must sum to exactly 100.

individualsarray

Natural-person shareholders.

entitiesarray

Legal-entity shareholders.

notaryobject

The founding notary (Gründungsnotar). Optional; when present, all sub-fields are required.

Commercial Register

The company's Handelsregister state, grouped under commercial_register. status says where the company stands, and drives which of the other fields are required.

commercial_registerobject

The register state. Omit it entirely for a company that has not applied yet (same as status: not-applied).

Bank Account

ibanstring

The company's bank account IBAN.
Example: DE89370400440532013000

bicstring

The bank identifier (BIC/SWIFT), 8 to 11 characters. Required when iban is a non-German IBAN.
Example: COBADEFFXXX

Revenue & Profit Estimates

financial_estimatesobjectrequired

Estimated revenue and taxable profit for the formation year and the following year. All amounts are whole euros.

formation_yearobjectrequired

Estimates for the formation year (the year the business starts operating).

following_yearobjectrequired

Estimates for the year after the formation year.

VAT

What is considered a small business (Kleinunternehmer)?

It uses the VAT exemption under § 19 UStG: it does not charge VAT on its invoices and files no VAT returns.

  • Founding year: qualifies when founding-year revenue is ≤ €25,000.
  • Later years: stays a Kleinunternehmer while the previous year was ≤ €25,000 and the current year does not exceed €100,000.

To use it, set vat.regime to small-business. The VAT-calculation fields (vat.accounting_method, vat.estimated_balance_type, vat.estimated_balance_amount and vat.return_frequency) then do not apply and are rejected if sent.

Setting vat.regime to standard opts the client out of the small-business regime, so they charge VAT on invoices and file VAT returns.

vatobjectrequired

The company's VAT setup.

Employees & Payroll

has_employeesboolean

Whether there are employees. Enables the payroll block. When true, the nested fields are all required.
Possible values: true or false

employee_countnumberrequired

Number of employees.
Example: 4

shareholder_employee_countnumberrequired

Number of employees who are also shareholders.
Example: 1

payroll_start_datestringrequired

Start of wage payments. Must not be before operational_activity_start_date. Format: YYYY-MM-DD.
Example: 2025-05-01

estimated_annual_wage_taxnumberrequired

Estimated annual wage tax.
Example: 20000

Shared Objects

Addressobject

Response

resultstring

Outcome of the request.
Possible values: success or error

messagestring

Human-readable outcome message.
Example: Tax registration XML generated and stored. Awaiting manual ELSTER submission.

tax_registration_idstring

UUID of the tax registration case (equal to the id you supplied, if any). Use it with the GET endpoint.
Example: 450506c1-d1a7-46e2-aca6-41a816805595

statusstring

The case status once the XML passed schema and XSD checks.
Possible values: validated

timestampstring

ISO 8601 timestamp of the response.
Example: 2025-02-01T07:19:30.443Z

Example

Request
{
  "legal_form": "gmbh",
  "name": "Muster Handels GmbH",
  "purpose": "Handel mit Elektronikwaren",
  "package": "self",
  "signature_path": "M 10 10 L 90 90 M 90 10 L 10 90",
  "notarization_date": "2025-01-15",
  "operational_activity_start_date": "2025-02-01",
  "fiscal_year_deviates_from_calendar": false,
  "capital": 25000,
  "paid_in_capital": 25000,
  "formation_type": "cash",
  "address": {
    "street": "Hauptstrasse 12",
    "street_second_line": "2. Etage",
    "zip": "60311",
    "city": "Frankfurt am Main",
    "country": "de"
  },
  "directors": [
    {
      "first_name": "Max",
      "middle_name": "Karl",
      "last_name": "Mustermann",
      "email": "max.mustermann@example.com",
      "phone": "+491701234567",
      "dob": "1985-07-10",
      "tax_identification_number": "09481663279",
      "address": {
        "street": "Hauptstrasse 12",
        "zip": "60311",
        "city": "Frankfurt am Main",
        "country": "de"
      }
    }
  ],
  "shareholders": {
    "individuals": [
      {
        "first_name": "Max",
        "last_name": "Mustermann",
        "dob": "1985-07-10",
        "tax_identification_number": "09481663279",
        "address": {
          "street": "Hauptstrasse 12",
          "zip": "60311",
          "city": "Frankfurt am Main",
          "country": "de"
        },
        "share_percentage": 100
      }
    ],
    "entities": []
  },
  "financial_estimates": {
    "formation_year": {
      "revenue_amount": 60000,
      "profit_amount": 20000
    },
    "following_year": {
      "revenue_amount": 90000,
      "profit_amount": 40000
    }
  },
  "vat": {
    "estimated_balance_type": "payable",
    "estimated_balance_amount": 8000
  },
  "commercial_register": {
    "status": "registered",
    "registration_number": "12345",
    "registration_date": "2025-01-20",
    "registration_court": "Charlottenburg"
  },
  "environment": "sandbox",
  "client_reference": "REF-2025-001"
}
Response
{
  "response": {
    "result": "success",
    "message": "Tax registration XML generated and stored. Awaiting manual ELSTER submission.",
    "tax_registration_id": "450506c1-d1a7-46e2-aca6-41a816805595",
    "status": "validated",
    "timestamp": "2025-02-01T07:19:30.443Z"
  }
}

On this page