When to reconcile
Use Reconcile when:- A payer transferred funds but auto-match did not run (wrong amount, DNI mismatch, timing, or webhook delay)
- You prefer to manually tie an existing inbound transaction to a pending checkout instead of relying on receipt validation
Open reconcile
- Go to Checkouts (
/app/checkouts). - Click Reconcile (top right), or open
/app/checkouts/reconcile.
Steps
- Select checkout — Choose a pending (or awaiting review) checkout from the dropdown. Reference shows checkout ID, amount, and payer document if set.
- Review inbound movements — HG.Cash lists inbound transactions on that account from the last 7 days. Columns include amount, payer name, DNI derived from CUIL, and hints (amount match, DNI match / mismatch).
- Link — Click Link on the correct row to complete the checkout with that transaction.
manual_approval (same family as validate approve). Webhook checkout.completed is sent when linking succeeds.
Tips
- Prefer movements that match amount and DNI when the payer registered DNI on the checkout.
- If multiple checkouts could match, create flows that pass explicit
accountIdand payer document on create to reduce ambiguity. - After linking, the checkout leaves the reconcile list; stats on the overview update on refresh.
Related
- Validate payments — Receipt upload path (“Ya realicé el pago”)
- Create checkouts
- Introduction

