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

Was this helpful?

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

LLC - Wrong count percent

If you get this type of error, check the sum of the holders' percentages and if you have parent companies(optional) check it too, they must all add up to 100.

Bad Request 400: Order Failed

{
	"error": "Wrong count percents."
}

PreviousUnavailable companyNextFetch Order By External Id

Last updated 2 years ago

Was this helpful?