Skip to main content
POST
Upload an invoice

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

fields[invoices]
enum<string>[]
Available options:
status,
source,
original_file_name,
extracted_business_name,
extracted_business_abn,
extracted_account_name,
extracted_account_number,
extracted_account_bsb,
extracted_invoice_number,
created_at,
updated_at

Body

multipart/form-data
file
file
required

Invoice file to upload and extract supplier and payment details from. Must be a PDF, JPEG, or PNG up to 10MB.

Maximum string length: 10240

Response

InvoiceResource

data
InvoiceResource · object
required