Skip to content
Download OpenAPI description
Languages
Servers
Mock Server

https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/

Operations
Operations

Retrieve business registration number and issuer

Request

Returns the business registration number and issuer for a business by searching for it in the commercial registry by name and country.

Query
namestring

The business's registered name.

countrystring

The country code where the business is registered.

Default "DE"
No request payload

Responses

Operation was successful

Bodyapplication/jsonArray [
namestringrequired

The name of the business.

Example: "Used Luxury Cars GmbH"
registration_numberstring

The business's commercial registration number without spaces

Example: "HRB 198673"
registration_issuerstring

The business's registered name.

Example: "AMTSGERICHT München"
]
Response
application/json
[ { "name": "Used Luxury Cars GmbH", "registration_number": "HRB 198673", "registration_issuer": "AMTSGERICHT München" } ]

Search for business's commercial registration

Request

Retrieves the business's information from the commercial registry. You must add the business's registration_number and registration_issuer in the request URL.

Query
registration_numberstring

The business's commercial registration number without spaces.

registration_issuerstring

The entity that issued the business commercial registration number.

countrystring

The country code where the business is registered.

Default "DE"
No request payload

Responses

Operation was successful

Bodyapplication/json
namestringrequired

The business's registered name.

Example: "FLOOR 13 GmbH"
addressobject
legal_formstring

The business's legal form.

Example: "GMBH"
tax_countrystring

The country where the business is taxable.

Example: "DE"
registration_numberstring

The business's commercial registration number without spaces.

Example: "HRB198673"
registration_issuerstring

The entity that issued the business commercial registration number.

Example: "AMTSGERICHT München"
registration_datestring

The date when the business was registered.

Example: "2012-05-09"
registry_updated_atstring

The date when the business's entry in the commercial registry was last amended.

Example: "2015-11-17"
commercial_registry_industry_keyArray of strings

A list of NACE codes or industry keys for the business

Example: ["55.10.1 Hotels"]
legal_representativesArray of objects

A list of the names of the legal representatives of the business.

Response
application/json
{ "name": "FLOOR 13 GmbH", "address": { "line_1": "Seestraße 9", "line_2": "string", "postal_code": "86919", "city": "Utting a.Ammersee", "country": "DE", "state": "string" }, "legal_form": "GMBH", "tax_country": "DE", "registration_number": "HRB198673", "registration_issuer": "AMTSGERICHT München", "registration_date": "2012-05-09", "registry_updated_at": "2015-11-17", "commercial_registry_industry_key": [ "55.10.1 Hotels" ], "legal_representatives": [ {} ] }
Operations
Operations
Operations
Operations
Operations