This looks awesome. I love that it's built on ledger. I have been wanting to move away from Simplifi Money for some time for obvious reasons (owned by Intuit). It seems that the real moat is pulling the data in a consistent and correct way. Yes, you COULD try to find every single export option for every bank, but I think Plaid is really the only service that pulls this data somewhat correctly, due to the U.S. not hav…
I can try to improve import functionality, but Plaid etc is quite hard. I can't even figure out their pricing model from their page. So, as a free app I don't think it can support Plaid.
Show HN: Paisa – Open-Source Personal Finance Manager
141–150 of 288 posts
Re: Show HN: Paisa – Open-Source Personal Finance Manager
#142Semi-related to this: does anyone know of any double entry ledgers backed by actual databases like dynamo?
Re: Show HN: Paisa – Open-Source Personal Finance Manager
#143Earlier quoted context omitted.
I can try to improve import functionality, but Plaid etc is quite hard. I can't even figure out their pricing model from their page. So, as a free app I don't think it can support Plaid.
[I work at Plaid] The pricing model is here: https://plaid.com/docs/account/billing/ but @jpeeler is right that for a free app like this aimed at an audience of engineers you could also set it up for your users to BYO Plaid API keys.
Re: Show HN: Paisa – Open-Source Personal Finance Manager
#144This looks awesome. I love that it's built on ledger. I have been wanting to move away from Simplifi Money for some time for obvious reasons (owned by Intuit). It seems that the real moat is pulling the data in a consistent and correct way. Yes, you COULD try to find every single export option for every bank, but I think Plaid is really the only service that pulls this data somewhat correctly, due to the U.S. not hav…
I know this is only vaguely related, but as a European that's been looking for an open source budgeting solution, how does PSD2 help?
Re: Show HN: Paisa – Open-Source Personal Finance Manager
#145I want to know where my money goes. I like to look at stacked-area (or column) charts of the categories of spending. To make this work I have some software I made ~20 years ago that does double-entry book-keeping. At the end of the month, I import statements from financial service providers (eg: Wells Fargo, Chase, PayPal, Stripe, etc). Lots of stuff is repeat purchases (eg: Shell Gas) and my software automatically c…
Re: Show HN: Paisa – Open-Source Personal Finance Manager
#146Re: Show HN: Paisa – Open-Source Personal Finance Manager
#147Earlier quoted context omitted.
[I work at Plaid] The pricing model is here: https://plaid.com/docs/account/billing/ but @jpeeler is right that for a free app like this aimed at an audience of engineers you could also set it up for your users to BYO Plaid API keys.
This is the precise option I was thinking might be possible. Is it even reasonable for an individual developer to use their own API keys for something like this? I assume because you suggested it, it is. Any limitations that are impractical for personal use?
The steps, as far as I can tell, look something like this:
1) Sign up for Plaid developer account
2) Request developer access (without it you can only play with sandbox data)
3) Request production access
4) Submit application information including a name, website URL, and logo
5) Add a legal company entity name and address to my plaid account
6) Sign an MSA contract (no idea what its about)
7) Fill out a security questionnaire.
I'm at step 3 currently but I'm not sure how much further I'm realistically going to get. I'm not sure I could reasonably fill the rest without stretching the truth quite a bit and it seems to get deep into legal territory that I'm not sure I'm comfortable with.
There's also apparently different API behaviors depending on the bank: https://plaid.com/docs/link/oauth/#institution-specific-beha...
I don't have a lot of hope that this is going to pan out. I'm considering just scraping Chase with a headless puppeteer script instead.
It's possible that this may be simpler for other banks though, I've only tried Chase since that's my primary bank.
Re: Show HN: Paisa – Open-Source Personal Finance Manager
#148This looks awesome. I love that it's built on ledger. I have been wanting to move away from Simplifi Money for some time for obvious reasons (owned by Intuit). It seems that the real moat is pulling the data in a consistent and correct way. Yes, you COULD try to find every single export option for every bank, but I think Plaid is really the only service that pulls this data somewhat correctly, due to the U.S. not hav…
Re: Show HN: Paisa – Open-Source Personal Finance Manager
#149Earlier quoted context omitted.
You just need to have each person create their own Plaid account (which is probably the way you want it anyway). The free tier supports 100 institutions. Last time I looked at this, I thought it was stated that the free/sandbox tier is not guaranteed to have the same SLA as the production environment. But I can't find this in the documentation anywhere.
[I work at Plaid] I don't know if we explicitly write down in the docs that the free Development tier isn't guaranteed to have the same SLA as the production environment, but if you're not paying Plaid there is no SLA (I mean, the usual recourse for an SLA breach is a rebate, but you can't give a rebate to someone who isn't paying you in the first place). That said, in practice the differences between the free and pa…
Re: Show HN: Paisa – Open-Source Personal Finance Manager
#150i won't use any finance manager that doesn't employ the envelop method, like ynab. looking at the demo for 10 seconds it looks like a web based gnu cash.
This is based on ledger, which actually does allow envelope based budgeting via virtual accounts. No idea if Paisa handles virtual accounts well.