Guide | GSTR-2B Reconciliation

GSTR-2B Reconciliation for CA Firms: A Step-by-Step Guide

7 min read · Updated 22 September 2026

For a CA firm running reconciliation across dozens or hundreds of client GSTINs, GSTR-2B matching is the highest-volume, highest-error-risk task in the filing cycle. Exact-match logic fails constantly — vendor names get typed differently across systems, invoice values round differently, GSTINs get typo'd. This guide covers what actually needs to happen for reconciliation to hold up at scale.

Why exact-match reconciliation breaks down

A purchase register entry for "M/s. Rajesh Enterprises" and a GSTR-2B entry for "RAJESH ENTERPRISES PVT LTD" are the same vendor to a human and different strings to a naive matching script. Multiply that across split GSTINs, partially settled invoices, and values that round differently between systems, and exact-match reconciliation produces a mismatch queue that's mostly noise — real exceptions buried under formatting differences.

What a working matching engine actually checks

Useful reconciliation logic matches on GSTIN plus a tolerance band on invoice value and date, with fuzzy vendor-name matching as a fallback rather than the primary key. Rounded values, partially settled invoices, and minor date shifts between when a supplier issued an invoice and when it appears in GSTR-2B shouldn't each generate a manual review item.

Classifying what's actually safe to claim

Not every matched invoice is automatically claimable, and not every unmatched invoice is automatically ineligible. A useful reconciliation output splits invoices into three buckets — safe to claim, needs review, and can't claim — computed separately from the raw purchase register and from GSTR-2B, with a net-claimed figure that reflects reversals and re-claims, not just a gross match count.

Running this across multiple client GSTINs

The firm-level version of this problem isn't matching logic — it's doing that matching consistently across every client without re-running the same manual process per GSTIN. One-click reconciliation with configurable rules per client, bulk accept/reject/pending actions, and live counters for reconciled, reversal, pending, and reclaim status are what separate a firm handling 20 clients from one handling 200.

Frequently asked questions.

With fuzzy matching and tolerance-based rules in place, a well-tuned reconciliation engine typically routes only a small minority of invoices to manual review — the rest match automatically. A high manual-review rate usually signals the matching logic is too strict (exact-match only), not that the underlying data is genuinely messy.
They should match on the invoice reference and GSTIN even when the settled amount differs from the invoice value, rather than falling out as an unmatched exception purely because the paid amount doesn't equal the invoiced amount.
'Needs review' means the invoice doesn't cleanly match and a human needs to make a call — often a genuine mismatch or a data-entry issue. 'Can't claim' means the reconciliation has enough information to determine the ITC isn't eligible, without requiring manual review.
Yes — WhiteBooks CA Firm and Enterprise plans support bulk reconciliation across client GSTINs from a single workspace, with per-client matching rules and live status counters.

See this workflow run on your own GSTINs.

Twenty minutes, your own data, no credit card required for the trial.