Exact Online – Gotchas

Service ID: exact-online

Exact Cloud business software offers accounting and industry software in the cloud for SME's on desktop, laptop, tablet and mobile apps.

⚠️

3 gotchas across 2 resources

These are connector-specific behaviors and limitations to be aware of when integrating.

Invoices2 gotchas

addinvoicesAdd

Exact Online assigns invoice status automatically (open by default) and ignores the status field on create — invoices are finalized/processed in Exact Online, not via the API. Set VAT via line_items[].tax_rate.code; Exact derives the percentage from the code, so line_items[].tax_rate.rate is ignored on create.

updateinvoicesUpdate

To configure the shipping address for invoices, it is recommended to update the customer resource. If there is a need to change this property, modifying the customer information is advised.

alljournalEntriesAll

Limit parameter for pagination is not supported for this resource.