Open finance infrastructure · Nepal

One API for every bank and wallet in Nepal.

LattisFi gives fintech developers a single, normalized interface to account data, payments, wallets, and identity — ready the day open-banking law arrives, usable in sandbox today.

No card, no sales call. Magic-link sign-in, then mint a sandbox key and call the live API.

first call · accounts

Request

curl "https://api.lattisfi.com/v1/accounts?provider=nabil" \
  -H "Authorization: Bearer lattis_sk_test_..." \
  -H "X-User-Token: CIF001"

Response · amounts in paisa

{
  "accounts": [{
    "provider_id": "nabil",
    "account_id": "ACC-8842",
    "name": "Nabil Savings",
    "type": "savings",
    "currency": "NPR",
    "balance_npr": 12345678  // रू 1,23,456.78
  }]
}

One contract across

Nabil Bank Everest Bank eSewa Khalti IME Pay NTC & Ncell NEA · Khanepani See live status →
sandbox live now Build today against the exact production contract. Each bank and wallet flips to live as it grants access — your code never changes. Track provider status →

Every building block. One integration.

See the full product surface

From zero to first call in minutes.

Create a sandbox key

Sign up with a magic link — no password — and mint a lattis_sk_test_ key in your account.

Build against real contracts

The sandbox speaks the same API as production: normalized accounts, payments with webhooks, LattisFi Link consent.

Go live per provider

When a bank integration lands, its status flips to live. Your code does not change.