The Invoice Imports object
An invoice import represents an outstanding-invoices CSV processed in the receivables direction. It is structurally identical to a bill import with the accounting direction reversed.
Attributes
idstringPrefixed identifier. Always starts with
dimp_.filenamestringOriginal filename of the uploaded CSV.
directionstringAlways
receivable for invoice imports.cutoverDatestringInherited from the opening balance journal date.
statusstringImport lifecycle:
pending, completed, or voided.engineVersionstringThe import engine version used for this import.
createdAtstringISO 8601 timestamp when the import was uploaded.
completedAtstringISO 8601 timestamp when the import was confirmed, or
null if pending.rowsstringArray of parsed invoice rows with contact resolution outcomes.
clearingProofstringClearing zero-sum validation: opening balance plus import delta must equal zero.
canConfirmstringWhether the import passes all gates: clearing zero-sum, contact resolution, at least one valid row, no errors.
errorsstringArray of error strings preventing confirmation.
warningsstringArray of parse-level warnings (for example ignored columns, date format ambiguity).