They'll never disclose what the security issue is, I assume?
Bank of America Cut Off Finance Sites from Its Data
21–30 of 61 posts
Re: Bank of America Cut Off Finance Sites from Its Data
#22Why don't banks implement read-only passwords?
Last I heard (um, a couple of years ago), USAA's solution was a proper API, but Mint was still screen-scraping. I have no idea if that's because Mint is lazy or USAA'S API is too limited for what they want, but my money would be on the former.
Re: Bank of America Cut Off Finance Sites from Its Data
#23Earlier quoted context omitted.
That's what these "finance sites" already do. That's why you have to enter your bank username and password to use them - they just scrape the website. Incidentally, I have never used one, because that requirement is completely insane.
I think the point was so that the banks couldn't block access via ip address. Each person would be able to aggregate their bank info on their home computer or they could secure their own server to do it for them constantly.
Re: Bank of America Cut Off Finance Sites from Its Data
#24[1] http://www.programmableweb.com/news/banksimple-banking-servi...
Re: Bank of America Cut Off Finance Sites from Its Data
#25Fuck it, I am going to build an open source project with the sole goal of automating access to all of these sites with selenium or something. Get ready for war(in the nice, data science-y way)
That's what these "finance sites" already do. That's why you have to enter your bank username and password to use them - they just scrape the website. Incidentally, I have never used one, because that requirement is completely insane.
(Of course there's a huge gray area of things they could do that you wouldn't like, but that would't ruin them. But there's a clear difference between questionable things, like selling your data to advertisers, and completely not-ok things, like stealing your money).
Re: Bank of America Cut Off Finance Sites from Its Data
#26Re: Bank of America Cut Off Finance Sites from Its Data
#27The existing banks burying their heads in the sand when there is obvious consumer demand makes the area much more ripe for a new entrant. I'm not sure how it will play out, but I would consider switching banks in order to have a better UI on my money. Supporting something like Mint or Personal Capital is basically a requirement for me to put my money in your bank.
Note that I'm not even particularly happy with Mint, I just can't imagine not having some form of aggregation of my financial life. I probably check it at least 1-2x a week and have been for 5+ years, it's a critical piece of software for me.
Re: Bank of America Cut Off Finance Sites from Its Data
#28The US banking system has not adapted to the modern world at all. Anyone who has worked with ACH will tell you how bad it is from a payment processing point of view - for those who don't know - you only receive negative ack, i.e., when a transfer failed and it's nowhere close to being instantaneous. It's common elsewhere to have a "read" password and a "write" password. Basically, you'll be prompted with additional s…
To add, the US is so complicated because we have so many friggin banks. Many countries there are only a few banks the service the nation, while the US has something like 14,000 different banks.
[0] https://en.wikipedia.org/wiki/Faster_Payments_Service
[1] https://fedpaymentsimprovement.org/get-involved/faster-payme...
Re: Bank of America Cut Off Finance Sites from Its Data
#29Re: Bank of America Cut Off Finance Sites from Its Data
#30I don't use the aggregators because I want to, and they don't use my passwords and screen scrape because they want to. I just can't have being aware of my finances take all fucking day. I wish there was a standard and secure format and protocol for collecting balances and transactions built into the FDIC or NCUA rules or something.
It might sound horrifying but JSON or CSV over HTTPS is the most likely to work and the least work for financial institutions to implement (thus giving them less ammo to fight it on cost grounds).
Services interconnecting is largely a solved problem in general. Banks might have needed better security historically, but these days these services are all fairly secure, so there isn't much bar raising that needed. Heck Apple Pay is basically this system.