Invoices
Import a bank statement completely: expenses and invoices in one call
One upload, both halves of the bank statement. Outgoing debits go through the expense importer (/expenses/import) and incoming credits through the invoice importer (/invoices/import) — settling existing unpaid invoices first, then creating invoices for the revenue that has none. This is the endpoint to use for any bank file; the per-entity import endpoints remain available and unchanged. Each half runs independently, so a failure in one still returns the other, and both can be disabled per request.
post/statements/import
Response
Statement processed; returns a combined summary plus the full result of each half.
Changes
No recorded changes to this endpoint across all 1 revision of this API.