Everything it does, and nothing it doesn't
A bank statement converter with one rule it won't break: the transactions it gives you must add up to the balance your bank printed. Here's the full list of what's built on top of that.
It reads the statement you have
Layouts, not a bank list
It works out the table on each page rather than relying on templates per bank, so a bank you've never heard of works the same way.
Scans and photos
Image-only PDFs and phone photos are read with OCR.
Password-protected PDFs
Unlocked in your browser. The password never reaches us.
Several accounts in one PDF
Split into separate statements, each with its own balances.
Both number formats
1,234.56 and 1.234,56 are both read correctly.
Renamed columns
Paid in, money in, credit, deposits: headers are matched to what they mean.
It proves the numbers add up
Reconciliation on every statement
Opening balance plus credits minus debits must equal the closing balance printed on the statement. You see the result before you download.
Reconciliation certificate
A downloadable record showing the totals tie out, for your files.
Fix in place
Correct a misread figure in the results table and the check re-runs instantly.
Mismatches flagged, not hidden
If a statement doesn't balance, you're told by how much. The download isn't blocked; you decide.
It shows you what's in the statement
Spending by category
Twelve everyday categories, month by month, plus top merchants.
Recurring payments
Subscriptions and regular debits picked out automatically.
Cash flow
Money in and out by month, and the balance over time.
Income and affordability report
Detected income and its consistency, as a PDF for a lender or broker.
It fits into your stack
Xero and QuickBooks Online
Read-only connections from your account page. See the integrations page.
REST API
Convert from your own code, synchronously or as async batch jobs.
Webhooks
Signed notifications when a job completes.
SDKs
TypeScript and Python clients and a Postman collection on GitHub.
What it doesn't do
- removeIt reads bank and card statements only, not invoices, receipts or tax forms.
- removeIt doesn't connect to your bank or act as a bank feed.
- removeIt doesn't post transactions into your ledger; you import the file.
- removeIts check is arithmetic. It doesn't verify that a statement is genuine.
- removeIt reads English-language statement layouts.
