Tag open-banking
I investigated this while at Capital One (a couple of years ago) and the main reason was that banks would still be liable for any data leakage that the third party (or in this case you the user whose data it is) would perform, so to make it a little(?) safer it'd be easier to restrict it.
Agreed it's a sucky situation for folks who want their data and could accidentally leak PDFs with the same result π€·π½ββοΈ
Also as someone who's implemented Open Banking on both consumer and service provider, it's not necessarily something I'd expect lots of folks to enjoy doing themselves π
Post details
I know part of it is that (from what I've been told and understand) if you the customer were to I.e. leak your data accidentally, it'd lead to the bank being reprimanded, and so one way it's managed is that only FCA registered third parties can access data. That being said, I don't really know how some third parties allow programmatic access in this case. Also having worked with Open Banking implementation, it's not as fun to use without having an intermediate API that the third party provides to you, rather than the raw OB spec π
Post details
I'm playing around with MoneyDashboard. Pretty good OpenBanking product if you want to view all your accounts. They even have an API! Oblig referral link refer.moneydashboard.com/TerenceTerence Eden (@edent)Sun, 15 Aug 2021 10:50 +0000
Post details
Cool to be asked to talk about Open Banking & DeFi @dddeastmidlands in October - especially as the talks are voted for by the attendees #hottopicTom Morton (@errantx)Tue, 15 Jun 2021 11:49 +0000
Post details
π¦ππ = π I can finally release youneedaspreadsheet.com ! You can connect all of your bank accounts & credit cards to Google Sheets using Open Banking APIs. My budgeting spreadsheets are so much more powerful nowπ€. #openbanking #fintechAlex R.S (@arussellsaw)Sun, 07 Feb 2021 08:03 GMT
How are Open Banking Key Ids (kid
) Generated? (1 mins read).
Sharing insight into how Open Banking has generated their kid
s for use with JWTs.
Very interesting podcast about #OpenBanking and #StrongCustomerAuthentication. It's nice to hear some other folks' thoughts on what it looks like both as a bank and as a third party https://fi.11fs.com/573 #FintechInsider
I work on Open Banking APIs for a UK credit card provider.
A large reason I see that the data isn't made directly available to the customer is because if the customer were to accidentally leak / lose their own data, the provider (HSBC, Barclays etc) would be liable, not you. That means lots of hefty fines.
You'd also likely be touching some PCI data, so you'd need to be cleared / set up to handle that safely (or having some way to filter it before you received it).
Also, it requires a fair bit of extra setup and the use of certificate-based authentication (MTLS + signing request objects) means that as it currently sits you'd be need one of those, which aren't cheap as they're all EV certs.
Its a shame, because the customer should get their data. But you may be able to work with intermediaries that may provide an interface for that data, who can do the hard work for you, ie https://www.openwrks.com/
You're currently viewing page 1 of 1, of 16 posts.