Returns the business registration number and issuer for a business by searching for it in the commercial registry by name and country.
Businesses (1.0)
Download OpenAPI description
Languages
Servers
Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/commercial_registrations/search_by_name
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Response
application/json
[ { "name": "Used Luxury Cars GmbH", "registration_number": "HRB 198673", "registration_issuer": "AMTSGERICHT München" } ]
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/commercial_registrations/find
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Operation was successful
The business's commercial registration number without spaces.
Example: "HRB198673"
The entity that issued the business commercial registration number.
Example: "AMTSGERICHT München"
The date when the business's entry in the commercial registry was last amended.
Example: "2015-11-17"
A list of NACE codes or industry keys for the business
Example: ["55.10.1 Hotels"]
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": [ { … } ] }