Reconify Docs

Matching Options

Configure date windows, amount tolerances, and name matching.

date_window

date_window accepts days, such as:

date_window: "1d"

When the date window is set, same-reference rows outside the window become timing_diff if the amount is within tolerance.

amount_tolerance_minor

Tolerance is expressed in minor units:

amount_tolerance_minor: 5

For a two-decimal currency, 5 means five cents, kobo, pence, or equivalent minor units.

name_mode

name_mode: "none"

Only reference matching is used.

name_mode: "tokens"

After reference matching, Reconify compares remaining unmatched names using token similarity. Token matches still need amount and date checks to pass.

Use name_mode: "none" when both systems share reliable references.

Use name_mode: "tokens" when references are sparse but names/descriptions are consistent.

Start with amount_tolerance_minor: 0, then widen only when your source systems have known rounding differences.

On this page