Response schema for incorporation document verification checks
The Incorporation Document Verification check returns a detailed analysis of the provided incorporation documents and verification results. The check result will be returned in the payload field of the check result object.
{ "type": "KYBIncorporationDocumentVerificationResult", "verified_business_name": "Parcha Labs, Inc.", "verified_incorporation_date": "2023-03-29", "verified_business_address": { "type": "Address", "street_1": "251 Little Falls Drive", "street_2": null, "city": "Wilmington", "state": "Delaware", "country_code": "US", "postal_code": "19808" }, "verified_business_activity": "Any lawful act or activity for which corporations may be organized under the Delaware General Corporation Law", "verified_jurisdiction": "Delaware", "verified_registration_number": "7379553", "valid_documents": [ { "extraction_data": { "is_valid_document": true, "analysis": "This is a valid Certificate of Incorporation filed with the Delaware Secretary of State. The document contains all required elements including business name, incorporation date, registered agent address, and filing number. The document was properly filed and authenticated by the Secretary of State.", "summary": "This is a Certificate of Incorporation for Parcha Labs, Inc. filed in Delaware on March 29, 2023. The document establishes the corporation's basic structure, including authorized shares, registered agent, and corporate purpose. It also contains provisions for director liability, indemnification, and forum selection.", "date": "2023-03-29", "business_name": "Parcha Labs, Inc.", "all_business_names": [ "Parcha Labs, Inc." ], "incorporation_date": "2023-03-29", "business_address": { "type": "Address", "street_1": "251 Little Falls Drive", "street_2": null, "city": "Wilmington", "state": "Delaware", "country_code": "US", "postal_code": "19808" }, "all_extracted_addresses": { "registered_agent_address": { "type": "Address", "street_1": "251 Little Falls Drive", "street_2": null, "city": "Wilmington", "state": "Delaware", "country_code": "US", "postal_code": "19808" }, "incorporator_address": { "type": "Address", "street_1": "746 4th Avenue", "street_2": null, "city": "San Francisco", "state": "CA", "country_code": "US", "postal_code": "94118" } }, "business_activity": "Any lawful act or activity for which corporations may be organized under the Delaware General Corporation Law", "jurisdiction": "Delaware", "business_registration_number": [ "7379553", "SR 20231206456" ] }, "document": { "type": "Document", "url": "https://storage.googleapis.com/parcha-ai-public-assets/Parcha_incorporation_doc.pdf", "file_name": "Parcha_incorporation_doc.pdf", "source_type": "file_url" } } ], "invalid_documents": []}
The check result may include alerts that indicate potential issues or concerns with the submitted documents. Alerts are returned as a dictionary where the key is the alert name and the value is a description explaining why the alert was raised.
Raised when a document is marked as invalid in valid_documents. The alert message specifies what fields are required based on the configuration (business name, incorporation date, incorporation address, registration number).
Raised when there are discrepancies between the provided information and document contents. The alert message specifies which fields have mismatches (e.g. business name, registration number, address) and instructs the user to either update their information or provide matching documents.