Mero PaisaBack to home

Privacy policy

Last updated 20 September 2026

There are two Mero Paisa products and they handle your information in completely different ways. The Android app keeps everything on your phone and cannot send it anywhere. The web app uses an account and stores your records on a server. This page covers both, separately. Nothing below applies to the other product unless it says so.

In short

  • The Android app (version 0.3.1) collects nothing, has no accounts and has no internet permission.
  • The web app stores the email address you register with and the records you enter, on the MeroPaisa API server.
  • The two do not share data, and neither is backed up to the other.
  • Neither product contains analytics, crash reporting, advertising or tracking code.

Part 1 — Mero Paisa for Android

What we collect

Nothing. The app does not collect, transmit or share any personal information. There are no user accounts and no sign-up. Everything it reads — including SMS and notifications, if you switch those on — stays on your device.

This is not only a policy commitment. The app's release build does not declare the INTERNET permission, so it has no way to open a network connection at all. It contains no analytics, no crash reporting, no advertising and no third-party tracking code.

The permissions it asks for

These five, and nothing else. Several permissions that the app's libraries would otherwise add — access to your photos, videos, audio and external storage — are explicitly removed from the released app, because it has no use for them.

PermissionWhat it is for
USE_BIOMETRICThe optional app lock.
USE_FINGERPRINTThe same lock on Android 9 and older. Capped at API 28 so newer devices are never asked for it.
READ_SMSReading bank transaction alerts, from the senders you link to an account yourself. Not RECEIVE_SMS — nothing wakes the app when a message arrives.
POST_NOTIFICATIONSDelivering the two reminders, if you switch them on.
RECEIVE_BOOT_COMPLETEDRestoring those two reminder alarms after a restart or an app update, which Android otherwise drops.

Reading your bank's SMS

The app can read your bank's transaction alerts so you do not have to type them in. This is off until you set it up, and setting it up means picking the sender for each account yourself from the list of senders on your phone — only their names are listed, and no message is read to build that list.

  • The inbox query always names the senders you configured, so messages from anyone else are never returned to the app. That is a property of how the query is written, not a promise about restraint.
  • It looks in your inbox only when you open the app. There is no background service and no receiver, so nothing happens as messages arrive.
  • What it finds is shown to you to approve, edit, ignore, or mark as not a transaction. Nothing is recorded without you.
  • Message contents are read on your device and never transmitted. The app has no INTERNET permission, so this is not something it could do.

Reading wallet-app notifications

eSewa, Khalti, IME Pay and most mobile-banking apps confirm a payment with a push notification and nothing else — there is no SMS to re-read later. So the app can also read notifications, from the apps you link to an account.

  • Nothing is read until you grant notification access in your phone's own system settings. The app cannot grant this for you; it can only send you there.
  • It reads text only from the packages you have linked, and keeps what it finds in a small, bounded buffer on your device.
  • As with SMS, every match waits for you to approve, edit or ignore it.
  • Unlike SMS, this one does listen in the background — a notification that is not seen as it is posted is gone. It is the only part of the app that does.
  • Nothing captured can leave your device: there is still no INTERNET permission.

Reminders

The app can post two local reminders: one in the evening, and one on Sunday morning at the start of the budget week. Both are optional and are scheduled by your phone, on your phone. No reminder contains or transmits any of your figures, and nothing about them leaves the device.

Where your data is stored

Everything you enter — transactions, money sources, savings goals, spending limits, debts and family member tags — is stored in a single database file in the app's private storage on your device. It never leaves that device and is never sent to us or to anyone else.

To be precise about what protects it: that file is not separately encrypted by the app. It is protected by Android's app sandbox, which keeps other apps out, and by your device's own encryption. If you want a lock on top of that, switch on the app lock described below.

Backups and exports

Any backup or export you create — a .bak backup file or an .xlsx workbook — is written to a location you choose, or handed to the app you choose through your phone's share sheet. Those files are entirely under your control. We never receive them, see them, or know they exist.

App lock and biometrics

If you turn on the app lock, authentication is handled entirely by your device's operating system. The app never sees, stores or transmits your fingerprint, face or PIN — it is only told whether the check passed.

Google Play in-app updates

The one place a Google service is involved. The app can ask whether a newer version is available and hand you over to the Play Store to install it. That check runs inside the Play Store app's own process, not ours — Mero Paisa opens no connection and, having no INTERNET permission, could not. Nothing about you or your finances is part of it. If you installed the app some other way, you will never be offered an update this way at all.

Children's privacy

The app does not knowingly collect data from anyone, including children, because it does not collect data at all.


Part 2 — Mero Paisa on the web

Early access

The web app is a different product from the Android app and gives you different guarantees. It has accounts, so it necessarily has a server, and what you enter is stored there rather than on your device. It is still being built: signing up and signing in work, but the ledger behind them is not finished.

What we collect

  • The email address and password you register with. These are held by the MeroPaisa API's identity system; the password is stored only as a hash, never in a form we could read back.
  • The finance records you enter into the web app — amounts, dates, categories and notes.
  • Ordinary web server request logs, kept by the hosting provider.

We do not collect anything else. There is no analytics code, no advertising, no third-party tracker and no third-party cookie on this site.

Cookies

Exactly two, both strictly necessary to keep you signed in, and both set when you log in:

  • mp_session — your access token. httpOnly, so no script on the page can read it, and over HTTPS in production.
  • mp_user — the email address of the signed-in account, so the app can show it to you. Also httpOnly.

Both use SameSite=Lax and are deleted when you log out. They last as long as the sign-in the API grants, and at most seven days, after which you are signed out and have to log in again. Your access token is never exposed to the browser: pages call this site, and this site calls the MeroPaisa API on your behalf.

Where your data is stored

On the MeroPaisa API, which runs on Microsoft Azure App Service with a managed SQL Server database. Microsoft acts as our hosting provider and processes the data on our instructions.

It does not sync with the Android app

Signing in here does not give you your phone's records, and entering something here does not put it on your phone. This is not a missing feature — the Android app has no internet permission, so it cannot send or receive anything. The two keep entirely separate records. To move data yourself, use the app's backup and export files.

Deleting your account

There is no self-service delete button yet. Email us at nepcoder.me@gmail.com from the address you registered with and we will delete the account and everything stored against it.


Changes to this policy

If this policy changes, the updated version is posted on this page with a new “last updated” date.

Contact

Questions about any of this go to nepcoder.me@gmail.com.