Earlier quoted context omitted.
Financial institutions should all be required to provide API with various permissions so consumers can connect whatever 3rd party tools they want. Coinbase has a good API where you can specify read-only access to whichever accounts and wallets you want.
Look up PSD2. Exactly that is required in EU
Plaid paid people $500 for their employer payroll logins
81–90 of 101 posts
Re: Plaid paid people $500 for their employer payroll logins
#82Earlier quoted context omitted.
I've been doing this for a couple years, just with Selenium rather than Puppeteer. Banks are generally okay, and they don't change their websites that often which is nice. A couple banks force phone 2FA and deliberately hide the "email confirmation" option which makes full automation difficult. Also nag screens, Selenium unreliability, etc. Some companies like Azure use a different account name every time they bill m…
You're doing this for personal or business expenses? I'm curious to check this out, do you have a GitHub repo/account?
I'll see if I can maybe make a repo by the next time there's a thread about how customer hostile banks are.
Re: Plaid paid people $500 for their employer payroll logins
#83Earlier quoted context omitted.
It boggles my mind how far behind the payments curve the US is. If you go to India or Indonesia you can pay guy cooking street food at the side of the road by scanning a QR code but in New York you still have people paying for sandwiches in Pret a Manger using a cheque.
Unbelievable, I can't remember why last saw a cheque in the UK.
And almost nobody would ever use one at a retail store or restaurant or food truck, if anything they’re only used for sending large sums of money to small businesses who want to avoid the 3% card processing fee. It’s still bad that this fee is so high on our primary payment rails, but it’s not as ridiculous as people in this thread are making it sound.
Re: Plaid paid people $500 for their employer payroll logins
#84The fact that Plaid even exists, and that their core business will probably continue to thrive for another decade makes me almost certain that the US will lose its stranglehold on innovation soon. In the US, I have to pass through so many rent seekers to move some digits over (Plaid, Stripe, and Visa/MasterCard). Meanwhile Europe has PSD2 now and China AliPay/WeChat Pay. Even India, which in the past 3 months has unf…
If anything is going to kill the US it will be something like the collapse of fair elections or the huge ballooning healthcare and education costs, not the payment rails.
Re: Plaid paid people $500 for their employer payroll logins
#85On the consumer side I can’t imagine ever giving my bank credentials to Plaid or any other company. Super unnerving that this is even a thing, it’s like the number one rule of passwords.
> I can’t imagine ever giving my bank credentials to Plaid or any other company It's another tax on the poor, same as advertising. No service targeting sophisticated, wealthy people would use this. But if you have someone desperate for liquidity, of course they'll hand you the keys to their kingdom.
The default mechanism to transfer cash into Carta to exercise your options was with Plaid.
Now to be fair, you also had the option to use check routing numbers to perform the transfer. But I have to imagine that most people use plaid without a second thought.
Re: Plaid paid people $500 for their employer payroll logins
#86Earlier quoted context omitted.
I agree. I really wanted to use mint, but couldn't bring myself to give away my bank password. I resorted to writing my own tooling using puppeteer running on my machine to automatically login to my bank accounts and download the CSV exports of my transaction data for each bank. I then normalize that transaction data, and import the data into Lunch Money. It was a pretty big hassle to write and get working reliably(i…
I've been doing this for a couple years, just with Selenium rather than Puppeteer. Banks are generally okay, and they don't change their websites that often which is nice. A couple banks force phone 2FA and deliberately hide the "email confirmation" option which makes full automation difficult. Also nag screens, Selenium unreliability, etc. Some companies like Azure use a different account name every time they bill m…
I integrate with 1pw, so I don't have to enter my credentials which is nice.
I handle all the 2FA through cli prompts, so as a user you basically need to stick around as it's running because you might get a 2FA prompt as it logs in to banks.
The worst for me has been irregular marketing or other reminder popups from some banks. The kind of thing where they put some interstitial page up once per month or so after you sign in and want you to respond in some way.
Re: Plaid paid people $500 for their employer payroll logins
#87The fact that Plaid even exists, and that their core business will probably continue to thrive for another decade makes me almost certain that the US will lose its stranglehold on innovation soon. In the US, I have to pass through so many rent seekers to move some digits over (Plaid, Stripe, and Visa/MasterCard). Meanwhile Europe has PSD2 now and China AliPay/WeChat Pay. Even India, which in the past 3 months has unf…
Hell even here in Canada we have the Interac system, which from what little I know of the US banking system, is consistently 10+ years ahead of the game. I've had "Chip & PIN" on my cards since at least 2008, and distinctly remember getting my first "tap" card in ~2011 or so. I genuinely couldn't tell you the last time I inserted my card into a machine because anything under $100 (>99% of my in-store purchases) can b…
Re: Plaid paid people $500 for their employer payroll logins
#88Earlier quoted context omitted.
It boggles my mind how far behind the payments curve the US is. If you go to India or Indonesia you can pay guy cooking street food at the side of the road by scanning a QR code but in New York you still have people paying for sandwiches in Pret a Manger using a cheque.
Unbelievable, I can't remember why last saw a cheque in the UK.
Re: Plaid paid people $500 for their employer payroll logins
#89Earlier quoted context omitted.
I haven't released it. I've considered it, and it's written in a way that others could use it, but I know if it gained significant popularity it would be a really high value target to compromise. I don't have the time to dedicate to the vigilance necessary to defend that kind of a target. If you're interested, I'd be happy to share the source with you as a starting point
Sure, if you don't mind that would be great! My email is my hn username @noodfive.com Thanks!
Re: Plaid paid people $500 for their employer payroll logins
#90Earlier quoted context omitted.
It boggles my mind how far behind the payments curve the US is. If you go to India or Indonesia you can pay guy cooking street food at the side of the road by scanning a QR code but in New York you still have people paying for sandwiches in Pret a Manger using a cheque.
Unbelievable, I can't remember why last saw a cheque in the UK.
I still have a UK checkbook, but haven't written a cheque in a decade.