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.
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
Every building block. One integration.
Data & aggregation
Normalized balances, transactions, income, liabilities and affordability across banks and wallets — money in paisa, never floats.
Explore data productsPayments & money movement
Collect, disburse, refund and recur across bank and wallet rails, then reconcile — idempotent, with signed webhooks.
Payment lifecycleBills & utilities
Fetch and settle electricity, water and internet bills, plus mobile topups, from any connected account or wallet.
Biller catalogWallets
eSewa, Khalti and more behind one contract for balances and wallet-sourced payments. Live sandbox now.
Wallet endpointsIdentity & KYC
Document OCR, liveness/face-match and AML/PEP screening. PII stays resident in Nepal by design.
Identity & AMLLattisFi Link
A hosted, mobile-ready consent flow — connect users to their banks and wallets with no provider OAuth screens to build.
Hosted consentFrom 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.