Firstbase
  • Welcome
  • Incorporation API
    • Overview
    • Environment
    • Authentication
    • Name Check
      • Request
      • Response
        • Response for Successful
        • Response for Failed
    • Incorporation Order
      • Request
        • User
        • Company
        • Holders
        • Parent Companies
      • Response
        • Response for Successful
        • Response for Failed
          • Unavailable company
          • LLC - Wrong count percent
    • Fetch Order By External Id
      • Request
      • Response
        • Response for Successful
        • Response for Failed
          • Order not found
    • States of Incorporation
      • Request
      • Response
    • Countries
      • Request
      • Response
    • Industries
      • Request
      • Response
    • Webhook
      • Request
      • Response
      • Callback
        • Order call
        • Document call
    • Company Info
Powered by GitBook
On this page
  • Response - Unavailable company name
  • Response - Company has already been registered

Was this helpful?

  1. Incorporation API
  2. Incorporation Order
  3. Response
  4. Response for Failed

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

PreviousResponse for FailedNextLLC - Wrong count percent

Last updated 2 years ago

Was this helpful?