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. Fetch Order By External Id
  3. Response
  4. Response for Failed

Order not found

Check the errors on the response, if you receive "Order not found" , check if the external incorporation id is valid.

Bad Request 404: Order Failed

{
	"error": "Order not found"
}
PreviousResponse for FailedNextStates of Incorporation

Last updated 2 years ago

Was this helpful?