v12

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-0464108237.1 KB
Cost Ingestion

Get invoice reconciliation

How much of each connector invoice the cost model accounts for, before and after the invoice add-on.

get/merchant-account/{merchantId}/invoice-reconciliation

Path parameters

merchantIdstring required

Merchant account id.

Response

Reconciliation per connector

connectorstring
invoice_subtotalnumber double

Invoice subtotal excluding taxes - the true all-in cost.

model_capturednumber double

What the fit alone captured over the settled book.

addon_contributionnumber double
model_all_innumber double

model_captured + addon_contribution.

residualnumber double

invoice_subtotal - model_all_in. Positive means still under-counting.

coverage_beforenumber double
coverage_afternumber double