Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.swippee.com/llms.txt

Use this file to discover all available pages before exploring further.

What Swippee does

Swippee is Nepal’s financial data layer. One API gives you:

Statement parsing

Upload a Nepali bank statement (PDF or image) and get back clean, categorized transactions, balances, and signals.

Lending products

Income, Identity, Balance, Liabilities, Score, Verify, and Underwriting — each a focused view derived from a single parse.

Merchant enrichment

Resolve Fonepay terminals and merchant names to a clean name, MCC, spend category, and city.

Swippee Data

Read Nepal’s public-sector financial data — forex, interest rates, payments, macro indicators — sourced from Nepal Rastra Bank.

Base URL

All endpoints live under a single versioned base URL:
https://api.swippee.com/v1

How it fits together

A typical integration is two calls: parse a statement, then read the product view you need.
1

Get an API key

Create a key in the dashboard. Keys are shown once — store them securely.
2

Parse a statement

POST /v1/parse with the file. You get a full StatementReport back, or a poll URL if you parse asynchronously.
3

Read what you need

Call any product endpoint (/v1/reports/:id/income, /identity, /verify…) on the completed report — billed as one parse no matter how many you read.

Start building

Make your first parse in a few minutes.