v1

latestOpenAPI 3.1.02026-07-241642423.7 KB

Create a company provided document

Creates a company provided document in a pending state.

post/company_provided_documents

Request body

companystring

The ID of the company that this document is associated with

document_type'"940"' | '"941"' | '"943"' | '"944"' | '"945"' | '"cp_575"' | '"147_c"' | '"signatory_photo_id"' | '"voided_check"' | '"bank_statement"' | '"ss4"' | '"bank_account_owner_id"' | '"bank_letter"' | '"profit_and_loss"' | '"cash_flow_statement"' | '"balance_sheet"' | '"articles_of_incorporation"' | '"articles_of_incorporation_signatory_amendment"' | '"state_registration"'

The type of document being uploaded

Response

201

idstring
companystring
document_typestring
upload_urlstring
upload_statusstring
{"stackTrail":"paths:/company_provided_documents:post:responses:201:content:application/json:schema:properties:file_content_type","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/company_provided_documents:post:responses:201:content:application/json:schema:properties:provided_filename","oasType":"schema","type":"unknown"}

Example response

{
  "id": "doc_1fyTzNTwEg1gWwKOqYK9",
  "company": "com_kGYEICK22GEzj8trreH3",
  "document_type": "940",
  "upload_url": "https://sandbox.checkhq.com/company_provided_documents/doc_1fyTzNTwEg1gWwKOqYK9/upload",
  "upload_status": "pending"
}