Skip to main content
POST
Upload documents for a Business

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

business_id
string<biz_string>
required

The id of the business

Example:

"biz_GA6EG2qFxA97NZHtxeLPUy"

Body

multipart/form-data
files
file[]
required

Document files. 5MB each, max 12 files.

task_id
string<tsk_string> | null

The ID of the associated task

document_type
enum<string> | null

The type of document being created.

Available options:
receipt,
statement,
other,
payroll,
bill,
mileage,
invoice
entity_ids
(string<eac_string> | string<txn_string> | string<je_string> | string<bil_string> | string<inv_string>)[] | null

Optional list of entity ids to associate with the document. Only external accounts, transactions, and journal entries are supported.

Maximum array length: 100

Response

Successful Response

data
DocumentPublic · object
required