Founder here - let me know if you have any questions! More details at https://root.co.za/
Fellow South African here. How do I get in on the closed beta?
Root partners with Standard Bank South Africa to offer programmable bank account
11–20 of 50 posts
Re: Root partners with Standard Bank South Africa to offer programmable bank account
#12Founder here - let me know if you have any questions! More details at https://root.co.za/
Fellow saffer here. I signed up for your beta yesterday and I am quite excited, I think this has the potential to become an absolutely amazing product. As a developer, do you plan on having a market/app store where I can sell my "apps" to other root users?
Re: Root partners with Standard Bank South Africa to offer programmable bank account
#13Earlier quoted context omitted.
It's called Psd2, strugling to find a good article about it but TLDR; Banks has to have an open api for payments and to check account statuses.
" Banks has to have an open api" are you sure about that ? I thought there was some criteria to be able to use these APIs
Re: Root partners with Standard Bank South Africa to offer programmable bank account
#14Earlier quoted context omitted.
It's called Psd2, strugling to find a good article about it but TLDR; Banks has to have an open api for payments and to check account statuses.
It's generally a "read only" view, i.e. you can get account info etc. Root is a "write" API. So you can actually create and modify transactions.
Re: Root partners with Standard Bank South Africa to offer programmable bank account
#15Founder here - let me know if you have any questions! More details at https://root.co.za/
Re: Root partners with Standard Bank South Africa to offer programmable bank account
#16Founder here - let me know if you have any questions! More details at https://root.co.za/
Re: Root partners with Standard Bank South Africa to offer programmable bank account
#17Founder here - let me know if you have any questions! More details at https://root.co.za/
Re: Root partners with Standard Bank South Africa to offer programmable bank account
#18Founder here - let me know if you have any questions! More details at https://root.co.za/
hey, this sounds like a really interesting service! I have a question - why did you choose to go for hosted JavaScript instead of an API/webhooks combination?
Re: Root partners with Standard Bank South Africa to offer programmable bank account
#19Re: Root partners with Standard Bank South Africa to offer programmable bank account
#20Earlier quoted context omitted.
hey, this sounds like a really interesting service! I have a question - why did you choose to go for hosted JavaScript instead of an API/webhooks combination?
Hey beaconstudios, (other co-founder here), both are available. The hosted JS is to easily/quickly prototype small solutions without spinning up a separate server. We have webhooks for transactions and RESTful APIs as well :)