<link href="https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap" rel="stylesheet">
Bank statements · CSV / MT940 / API feeds

ERPNext bank reconciliation

Reconciliation that takes minutes, not a fortnight. Bank reconciliation is the task everyone postpones and nobody can skip. It gets postponed because it is done at month end against four weeks of transactions, by which point nobody remembers what a particular UPI credit was for. Done daily against a short list, it stops being a task at all.

ERPNext ships a Bank Reconciliation Tool with statement import and rule-based matching. The work is in the rules, not the import.

How does bank reconciliation work in ERPNext?

Statements are imported as CSV, XLSX or MT940, or pulled by feed where the bank supports it. The Bank Reconciliation Tool proposes matches against existing payment entries and invoices using amount, date, party and reference, and matching rules can be defined for recurring patterns. Anything unmatched stays in a queue for review.

Why reconciliation stays behind

The volume is not the problem. The problem is that most credits arrive without enough information to identify them.

UPI narrations tell you almost nothing

A credit shows a handle, a reference string and an amount. Nothing names the invoice. At low volume you can guess from the amount; at high volume you cannot, and the queue grows faster than anyone clears it.

One credit pays several invoices

Customers settle in round figures against whatever is outstanding, so one receipt covers three invoices and part of a fourth. A one-to-one matcher cannot resolve that, so those entries sit unmatched indefinitely.

Charges nobody booked

Bank charges, processing fees and interest appear on the statement having never been entered in the books. Each is small and each blocks a clean reconciliation until someone posts it.

It is done monthly, so context is gone

By the time reconciliation runs, the person who could identify a payment has forgotten. Monthly cadence is the single largest contributor to reconciliation effort, and it is a choice rather than a constraint.

What a properly configured setup handles

The objective is a queue short enough to clear before the first coffee, every day, by someone who is not a chartered accountant.

Statement import in the format your bank gives you

CSV and XLSX in your bank's own column layout, or MT940 where offered, mapped once so imports need no manual reshaping thereafter.

What that means in practice

Where the bank supports a direct feed, that removes the download step entirely — but the mapping work is the same either way.

Rule-based matching

Recurring patterns are matched by rule — a particular narration fragment always being a specific customer, a standing debit always being rent, a fee pattern always posting to bank charges.

What that means in practice

Each rule permanently removes a category of transaction from the queue. Ten good rules typically handle the large majority of monthly volume.

Narration parsing for UPI and NEFT

Reference strings are parsed for the fragments that identify a payer — VPA handles, account name text, invoice numbers where customers include them — and matched against party records.

What that means in practice

Customers who quote an invoice number reconcile automatically. Part of the work is nudging your regular payers to do that.

Many-to-one matching

A single credit can be allocated across several outstanding invoices, with the residual held on account rather than forcing an artificial split.

What that means in practice

This is what makes reconciliation work for businesses whose customers settle in round figures rather than per invoice.

Charges booked on match

Bank charges, interest and fees identified by rule create their own journal entries during reconciliation instead of blocking it.

What that means in practice

Small in value, disproportionate in nuisance. Automating them is most of what makes a daily cadence realistic.

What the statement becomes in ERPNext

Every line resolves to one of these outcomes. Nothing is allowed to remain simply unexplained.

Statement lineERPNext outcomeDirectionNotes
Credit matching one payment entryMatched and clearedAutomaticAmount, date and party agree
Credit against several invoicesAllocated across invoicesAutomatic or assistedResidual held on account
UPI or NEFT credit with a parseable referenceMatched to partyAutomaticNarration rules identify the payer
Credit with no identifiable payerUnmatched queueManualReviewed daily while context is fresh
Debit matching a payment entryMatched and clearedAutomaticSupplier payments and salary transfers
Bank charge or feeJournal Entry to chargesAutomatic by ruleCreated during reconciliation, not before
Interest credit or debitJournal EntryAutomatic by rulePosted to the nominated account
Gateway settlementMatched to batched paymentsAutomaticWorks with the payment gateway setup
Returned or bounced instrumentReversal against the originalAssistedReinstates the receivable rather than netting it

How we set it up

Built against your own statement history, so the rules are proved on transactions whose answers you already know.

  1. 1

    Map your statement format

    Your bank's actual export is mapped once — column order, date format, how debits and credits are represented, and where the narration sits. This differs by bank far more than people expect.

  2. 2

    Profile a few months of history

    Past statements are analysed for recurring patterns, which is what identifies the rules worth writing. Most businesses find a small number of patterns cover the bulk of their volume.

  3. 3

    Write the matching rules

    Narration rules, party rules and charge rules are configured and tested against the historical statements, where you can immediately see whether a rule matched correctly.

  4. 4

    Set the cadence and the owner

    Reconciliation moves to daily or every other day, with a named owner. This is the change that actually reduces effort; the tooling only makes it feasible.

  5. 5

    Hand over the queue

    A short session on resolving unmatched items, including when to hold on account and when to escalate, so the queue is cleared by whoever is there rather than by one person.

Timeline shown is indicative and assumes statements are available in a machine-readable format. PDF-only statements need a conversion step first.

What this does not do

Reconciliation attracts optimistic expectations. These are the honest boundaries.

  • It does not reach a hundred percent automatic matching. A payment with no identifying information cannot be attributed by any tool; the aim is a small daily queue, not an empty one.
  • It does not connect to every bank directly. Direct feeds depend on what your bank offers to its corporate customers, and for many Indian banks statement download remains the practical route.
  • It does not read PDF statements reliably. PDF is a presentation format, not a data one; where it is all your bank provides, a conversion step is needed and it is never perfectly clean.
  • It does not replace the ledger discipline behind it. If payments are recorded late or not at all, reconciliation surfaces that rather than fixing it.
  • It does not reconcile the gateway settlement on its own. That works alongside, and both are needed where you collect online.

The realistic target is that reconciliation stops being a month-end event. Complete automation is not the goal and is not achievable.

ERPNext bank reconciliation —common questions

Where the bank offers a corporate feed, yes. For many Indian banks the practical route remains a scheduled statement download and import, which is why the mapping is set up once and works thereafter. Either way the matching behaviour is identical.

It depends almost entirely on what your bank narration contains. Payments carrying an invoice reference or a recognisable payer name match reliably; anonymous UPI credits do not, and no configuration changes that. The realistic outcome is a short daily queue rather than a month-end exercise.

That is handled directly — a single credit is allocated across multiple outstanding invoices with any residual held on account. It is one of the more common patterns in Indian receivables and a one-to-one matcher simply cannot cope with it.

No. Charges, fees and interest identified by rule create their own journal entries during reconciliation. Requiring them to be posted in advance is precisely what makes manual reconciliation slow.

Yes, and most businesses do. The import handles your bank's own CSV or XLSX format directly once mapped, so it is a file upload rather than a reformatting exercise.

Daily, or close to it. The effort is not proportional to frequency — it is proportional to how much context has been lost. A credit reviewed the same day is usually identifiable by whoever handles that account; the same credit four weeks later frequently is not.

Next step

Talk to us about your reconciliation backlog

A short call about how far behind reconciliation is today and what your bank narration actually tells you.

ERPNext and Frappe are trademarks of Frappe Technologies Pvt. Ltd. References to UPI, NEFT and MT940 describe payment and messaging standards operated by their respective authorities and are used here for identification only.

ERPNext CalculatorContact Us