Collect external evidence
Provider callbacks, settlement files, and internal events enter one run.
Connect provider callbacks, ledger entries, settlement files, and operator review so finance and support teams do not rebuild money movement from fragments.
Entrypoint
POST /reconciliation/runs
Provider callbacks, settlement files, and internal events enter one run.
External references match against transfer, payment, card, and ledger state.
Mismatches become visible instead of hiding inside exports.
Unmatched or late records get explicit owners and review state.
Finance receives a traceable closeout with provider and ledger context.
Events emitted
Evidence retained
Provider files, callbacks, ledger entries, exceptions, and operator ownership stay inside one reconciliation story.
Incident
A settlement file includes a provider reference that does not match known ledger activity.
Zentra path
The row becomes an exception with owner, status, and closeout requirements.
Evidence
Provider row, settlement file, exception owner, ledger search result, and decision are retained.
Incident
A provider callback arrives after finance has started settlement review.
Zentra path
The callback is correlated into the reconciliation run instead of living as a separate support note.
Evidence
Callback, run ID, matched movement, operator action, and closeout state stay attached.
One call to POST /reconciliation/runs produces status, emitted events, and retained evidence a team can inspect without leaving the product surface.
await zentra.reconciliation.runs.create({
provider: "rail_primary",
settlement_file: "set_2026_04_26",
ledger_window: "2026-04-26",
owner: "finance_ops"
})product consequence
Correlate external provider callbacks with internal transfer, payment, and card activity.
Compare ledger postings, settlement records, and operational state before closeout.
Assign mismatches, late callbacks, and failed settlements to explicit operators and review lanes.
Preserve actor, tenant, provider, ledger, and timestamp evidence for finance and compliance review.
Visual center
Provider events, ledger state, and review evidence aligned through one runtime path.
State, actor, tenant, signature, and policy context remain reviewable after the happy path breaks — written to be checked by operators and compliance teams, not admired in a deck.