Back to Blog|GST Compliance

GSTR-2B Reconciliation Tools: Accounts Guide

June 4, 202612 Min ReadFaheem Ferdous

reconciling purchase ledgers against monthly GSTR-2B statements is a critical compliance check. Under Rule 36(4) of the CGST Rules, businesses can only claim Input Tax Credit (ITC) if the supplier has uploaded the invoice to the portal.

Deploying a **GSTR-2B reconciliation tool** with advanced matching rules is essential to prevent tax leakages and avoid notices.


1. ITC Reconciliation Match States

Reconciliation engines categorize invoice comparisons into several distinct states:

Reconciliation StateMatching LogicRecommended ActionITC Claim Status
Exact MatchInvoice numbers, GSTINs, and tax values match exactlyAuto-approve voucherEligible (Claimed)
Fuzzy MatchValues match but invoice numbers differ slightly (formatting)Approve after operator confirmationEligible (Claimed)
Unreported SupplierInvoice is in books but missing in GSTR-2BHold tax payment; email supplier alertBlocked (Deferred)
Books OmittedInvoice is in GSTR-2B but missing in booksAudit purchase receipts and log entryUnclaimed (Pending booking)

2. Levenshtein Distance Algorithmic Formulations

Fuzzy matching utilizes the **Levenshtein Distance algorithm** to measure the difference between two invoice number strings. The distance is defined as the minimum number of single-character edits (insertions, deletions, or substitutions) required to change one word into the other.

Mathematically, the Levenshtein distance between two strings \(a\) and \(b\) (of lengths \(|a|\) and \(|b|\) respectively) is given by \(lev(a, b)\) where:

lev(a,b) = min( lev(a-1, b) + 1, lev(a, b-1) + 1, lev(a-1, b-1) + (a_i != b_j ? 1 : 0) )

By setting a distance threshold (typically \(\le 2\)), the matching engine can auto-reconcile formatting errors (e.g. matching `INV-2026-902` with `INV2026902`), eliminating manual checks.

3. Case Study: Fuzzy Matching in Action

A retail business purchases goods from a supplier. The store accountant records the purchase in Tally using the invoice number **`AX-2026/0902`** for a total value of **₹1,18,000**.

When the supplier files their GSTR-1, they input the invoice number as **`AX20260902`** (omitting the special characters).

Standard exact matching rules would flag this as a mismatch, prompting manual intervention. By deploying a Levenshtein distance matching rule with a threshold of 2, the reconciliation engine matches the entries, preventing incorrect mismatch flags.

4. Rule 37 180-Day Payment Verification Auditor Checks

Under **Rule 37** of the CGST Rules, if a business claims Input Tax Credit but fails to pay the supplier within **180 days** from the invoice date, the claimed credit must be reversed.

Advanced GSTR-2B tools trace transaction ledger payment statuses. If an invoice remains unpaid past 170 days, the tool flags the voucher, alerting the accountant to initiate payment or schedule the required GSTR-3B ITC reversal to prevent tax penalties.

5. Forensic Auditing & Circular Trading Scans

GSTR-2B reconciliation tools are also used by auditors to perform forensic audits. Tax authorities use transaction graphs to detect circular trading networks. If a client receives invoice credits from a supplier whose GSTR-2B history shows zero active logistics (e.g. no matching e-way bills or transport inputs), the system flags the transaction as high-risk u/s Section 132.

6. Features to Look for in GSTR-2B Tools

To manage high-volume tax reconciliations:

  • Direct Portal Sync: Pulls monthly GSTR-2B files via API keys without manual JSON downloads.
  • PAN-level Reconciliations: Matches transactions across multiple client GSTINs registered under the same corporate PAN.
  • Supplier Communication Dashboard: Automatically generates and emails mismatch notices and payment hold alerts to vendors.
Stop entering bank transactions line-by-line: Skip the manual ledger matching. Just upload your bank statement PDF, and TrulyInvoice will clean up transaction details and sync your payments and deposits directly to Tally Prime in minutes.
F
Faheem FerdousExpert Reviewer

Tax Lawyer & GST Compliance Expert

Last Verified: June 4, 2026
TallyPrime FY 2026-27 (v4.0+)
Ready to save time?

Stop Manual Voucher Entry.

TrulyInvoice automates your complete invoice workflow and syncs directly to Tally Prime.

No credit card · 14-day free trial

01

Upload Invoice

Drag & drop PDFs, scans, or photos.

02

AI Extraction

Line items, tax, and ledgers mapped.

03

1-Click Review

Verify extracted details on dashboard.

04

Direct Sync

Vouchers created instantly in Tally Prime.

Chat with us