People asking about what problem this solves haven't been to South Africa or Zimbabwe which in some ways are ahead of the West in creating cashless societies. The biggest bank is a phone operator and people can send each other money over the phone and from what I understand this is very common. Also interestingly most phones aren't smart phones. It's mostly analog. Banks have a serious incentive to create and encoura…
Root – Programmable bank account for software developers
171–180 of 427 posts
Re: Root – Programmable bank account for software developers
#172This is the sort of thing American banks just can't do at scale. Which is probably a good thing, to be honest.
Re: Root – Programmable bank account for software developers
#173Earlier quoted context omitted.
Thanks! Founder here. Currently in private beta, but if you're with Santander, Nationwide, RBS, Natwest, Ulster Bank NI, or IOM Bank I can give you access - sg@teller.io.
How will teller be impacted by PSD2? Will it make your life easier?
Re: Root – Programmable bank account for software developers
#174Earlier quoted context omitted.
I doubt it's even regulation, just inertia. There used to be (still is?) an API called HBCI, but to my knowlegdge that required a smartcard (maybe not to bad an idea) and was mostly read-only. I think in the early 2000s you could use things like Quicken and MS Money to do homebanking (is this why some people in Germany still have the impression that it is dangerous and complicated?) I think what "Sofortüberweisung.co…
It still is though it's recently called FinTS. Most german banks implement it and it's read/write usually. Every bank has some specialities (even sometimes some bank branches have specialities) so it's usually not _that_ easy to implement if you want support for all banks.
For the API - almost all business accounts support HBCI or EBICS. For example my tax accountant and tax software have full access to my business account.
Re: Root – Programmable bank account for software developers
#175When can I have direct control of recurring payments? I want to be able to "push" money instead of having it "pulled" from my account. This is a totally reasonable feature. If a merchant wants assurance that they will be paid, they should charge a deposit. The closest I've had is Entropay, but I don't really trust them for large payments. Recurring payments are so abused, I can't count how many times I have been misl…
Hey (founder of Root here), our platform gives you full API access to, for instance, do any of the things you do on the normal banking interface through code - like initiating a transfer to someone else, or building your own recurring payments system using a simple cron job :)
Re: Root – Programmable bank account for software developers
#176People asking about what problem this solves haven't been to South Africa or Zimbabwe which in some ways are ahead of the West in creating cashless societies. The biggest bank is a phone operator and people can send each other money over the phone and from what I understand this is very common. Also interestingly most phones aren't smart phones. It's mostly analog. Banks have a serious incentive to create and encoura…
Re: Root – Programmable bank account for software developers
#177I think there is a lot of opportunities still within Africa for the informal sector with technology. However, the FICA guidelines make it quite difficult to operate in this space. Do you see a future where we can service this sector better whilst still be compliant?
Re: Root – Programmable bank account for software developers
#178Earlier quoted context omitted.
How about streaming your transactions to a budgeting service to approve or deny if you've gone over budget for the month. Or build your own rules to deny certain transactions if you are approaching 0 balance. I think there are lots of use cases you could think of that are custom to you that no bank would ever build.
I think it would be great for every purchase of mine to round up to the nearest $5 or $10 increment and transfer the difference into savings, or have it be percentage based, etc. Having payments from clients automatically set-aside tax money would be great, too.
Re: Root – Programmable bank account for software developers
#179Re: Root – Programmable bank account for software developers
#180Cool. I see parallels with Ethereum here. How complex can the rules be? Could you have smart contract functionality?
The rules can be as complex as the code you can write. It effectively sends a webhook on which you can respond "decline" to stop the tx from succeeding. (RootCode also packages this concept to make it quicker to prototype)
e.g. "You've already spent over your monthly Amazon budget by X amount, are you sure you want to make this $200 purchase?"