Increase Banks Supported #54
Replies: 6 comments 17 replies
-
|
What provider (Plaid, GoCardless, etc.) supports Australian Banks? Tempted to close this as a "not something Sure does" since the support actually comes from a 3rd party provider also. What do others think? Feels like maybe this should just be a documentation issue where we tell people what the best way to get their bank data is, since the code in this repo doesn't actually implement it. |
Beta Was this translation helpful? Give feedback.
-
I had a chance to speak with 4 different Australian bank providers (Basiq, Adatree, Illion and Salt Edge), while exploring additional integrations for Lunch Flow. The pricing for the open banking license is in the thousands of dollars a month, and there aren't any free personal tiers AFAIK, so it'd only make sense to offer this integration once there's a large enough user interest to justify the cost.
It would be helpful to keep the issue to track interest, which would motivate 3rd party providers to offer this integration if there's enough interest. You can see Lunch Money's institiution requests board as an example. |
Beta Was this translation helpful? Give feedback.
-
|
What's the best way to build a comprehensive mapping table of Bank <> Data Provider by Country that we could source from existing / prior users of Maybe? Any ideas? |
Beta Was this translation helpful? Give feedback.
-
|
hi, I just deploy Maybe locally but the CSV from my bank is not supported AS-IS, Could we support more bank through the import csv ? is there a best approach to add such import ? (I can at least work on my bank data importing (UBS-Switzerland)) |
Beta Was this translation helpful? Give feedback.
-
|
Supporting every bank "as is" sounds like a nightmare given the number of banks in existence and the changes they make to things. What I can imagine is writing an LLM-based prompt that does the mapping for you and confirms the correctness. Want to work on that approach? |
Beta Was this translation helpful? Give feedback.
-
|
I developed my own little tool sure-sync to go about it. This is by far the most automation I could do. sure-syncPrivacy-first, Docker-based local ingestion pipeline for syncing OFX transaction files into the Sure (
The current release includes a web dashboard for live status, processing statistics, and account mapping management.
Key Workflow:
Features
Components
Deployment ModesStandalone Mode (worker):Runs only the ingestion worker without the UI.
docker pull ghcr.io/shrestha-bishal/sure-sync-worker:latestFull Stack Mode (worker + web):Runs both worker and web dashboard via Docker Compose.
docker pull ghcr.io/shrestha-bishal/sure-syncor docker pull ghcr.io/shrestha-bishal/sure-sync-worker:latest
docker pull ghcr.io/shrestha-bishal/sure-sync-web:latest |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I developed my own little tool sure-sync to go about it. This is by far the most automation I could do.
sure-sync
Privacy-first, Docker-based local ingestion pipeline for syncing OFX transaction files into the Sure (
Maybe) Finance.Sure Syncis a Docker-based, localised automation service that simplifies importing bank transactions into theMaybeSurefinance platform. It is ideal for users whose banks do not provide public APIs, offering a secure, file-driven workflow for financial data while keeping all sensitive credentials, configuration, and data local.The current release includes a web dashboard for live status, processing statistics, and account mapping management.
Key Workflow:
a user-defined YAML configuration (<v2.0.0)dashboard.MaybeSure automatically.Features
YAML (<v2.0.0)dashboard.envComponents
Sure Syncis designed with a modular architecture where the ingestion worker and web dashboard can run independently.Deployment Modes
Standalone Mode (worker):
Runs only the ingestion worker without the UI.
Full Stack Mode (worker + web):
Runs both worker and web dashboard via Docker Compose.
or
Beta Was this translation helpful? Give feedback.
All reactions