Check Financials Read-State Consistency
“Can I trust the numbers”: verifies a window of the company’s derived
financial read state against a read-only replay of the journal —
nothing is rewritten. scope picks which derived read models are
checked: invoices (invoices and their payments), balances (entity
account balances), or earning (policy earning layers).
updatedAfter / updatedBefore bound the checked
window by row update time; omit both to check everything in scope.
Returns the list of mismatches — stored rows that differ from the
replay. An empty mismatches means the scoped window is consistent.
Required permission: company.payment:read
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
Query Parameters
Which derived read models to check
invoices, balances, earning Only rows updated at or after this ISO 8601 timestamp
Only rows updated at or before this ISO 8601 timestamp
Response
The mismatch list for the scoped window
