Skip to content
← All resources

Fees & finance · 1 Jun 2026 · 4 min read

Why offline-first fee collection matters in India

A fee desk on 2G shouldn’t stop taking money. Here’s how an outbox and idempotent confirms keep receipts gapless.

In short - Offline-first fee collection uses a device outbox with idempotency keys so a fee desk on 2G keeps issuing gapless receipts, and an append-only paise ledger reconciles exactly once devices sync - never double-charging a parent on a retry.

In much of India, the network at the fee counter is unreliable - 2G, congested Wi-Fi, or nothing at all during peak admission season. A cloud-only system that needs connectivity to issue a receipt simply stops working when you need it most.

Vidyom takes a different approach. The device holds an outbox: a payment is recorded locally with an idempotency key, a provisional receipt is issued, and the entry is confirmed with the server as soon as connectivity returns. Because the confirm is idempotent, a retry can never double-charge or skip a serial.

The result is gapless receipts even offline - and an append-only ledger that reconciles perfectly once every device syncs. Money is never a floating number; it is a sequence of events in integer paise.

For a school owner, this means the counter never closes because of the network, and the month-end reconciliation is a report, not a reconstruction.

Get started

See it on your own school’s data

Register or book a demo. We set you up and migrate your data, with nothing lost.

Register your schoolBook a demo