Unavailable company

Check the errors on the response, if you receive "Unavailable company name" or "Company has already been registered", the company name you passed in the payload is already being used in our database or unavaliable in the state passed in registrationState.

Bad Request 400: Order Failed

Response - Unavailable company name

{
	"error": "Unavailable company name"
}

The submitted company name has been registered in the chosen state, please select another business name.

Response - Company has already been registered

{
	"error": "Company has already been registered"
}

You already register a company with this name, please change the business name

Last updated