
A decade ago, hospital reconciliation was mostly cash and cheques. Today a single patient might pay part by UPI, part by card, and clear a balance by bank transfer days later. Digital payments are faster for the patient but harder to reconcile, because the money and the invoice now travel separately.
Why reconciliation breaks down
The core problem is that a payment record and an invoice record live in different systems with different identifiers. A UPI reference number means nothing to your billing software unless someone connects it to a bill. Multiply that across hundreds of daily transactions and manual matching simply cannot keep up.
Sources of payment data
Every payment channel produces its own statement, and reconciliation means bringing them together against one set of invoices.
- UPI settlement reports from your payment aggregator.
- Card terminal (POS) settlement statements, often net of fees.
- Bank statements for direct transfers and NEFT/RTGS.
- Cash collection logs from the front desk.
Matching receipts to invoices
Good matching ties every incoming rupee to a specific invoice. The reliable approach is to carry an invoice or patient reference into the payment itself, so the settlement report can be matched on a shared key rather than guessed at by amount and date. Amount-and-date matching collapses the moment two patients pay the same amount on the same day.
Handling partial and advance payments
Patients rarely pay a single clean amount. Advances taken before admission, deposits, and part-payments against a running bill all complicate the match. Your system needs to hold a payment against an invoice as partial, track the running balance, and recognise when the bill is finally settled in full.
Card and UPI settlements often arrive net of processing fees. Reconcile to the gross invoice and book the fee separately, or your collections will appear short by exactly the fee every single day.
Consultant collection attribution
For percentage-of-collection consultants, reconciliation is not just hospital hygiene; it directly determines their pay. Each settled payment has to be attributed to the visits and procedures it covers, so the right consultant is credited with the right realised collection. Get the match wrong and the consultant's fee is wrong too.
In a digital hospital, reconciliation is no longer back-office hygiene. It is the source of truth your consultant payouts are built on.
Automating the match
Manual reconciliation does not scale past a certain transaction volume. Automation, which means importing settlement files, matching on shared references, and flagging only the exceptions for a human to review, turns a daily ordeal into a short review of edge cases. The goal is not zero human involvement; it is that humans only touch the few transactions the rules could not match.
Digital payments are here to stay, and they are only getting more fragmented. Hospitals that build reconciliation as a fast, mostly-automated daily routine collect more, dispute less with consultants, and close their books without the month-end scramble.


