off-topic

https://github.com/clojurians/community-development/blob/master/Code-of-Conduct.md Clojurians Slack Community Code of Conduct. Searchable message archives are at https://clojurians-log.clojureverse.org/
zendevil 2021-07-04T09:53:24.154300Z

Are there stripe alternatives for buying and selling of securities? Stripe actually doesn’t allow payments to be made for a security like a stock or a financial security. I have an app that works kind of like Robinhood. Stripe’s cut is also very large for trading of securities. What are the best ways that I can take payments for buying and selling of securities in my app?

emccue 2021-07-04T14:01:16.154600Z

robinhood does it by selling data about who is buying what to hedgefunds in real time

emccue 2021-07-04T14:01:24.154800Z

make of that what you will

zendevil 2021-07-04T15:06:47.155200Z

I know robinhood has a bad rep. My point is how the charge is created to the credit card and the money transferred to Robinhood’s bank? I mean consider any platform that’s buying and selling securities. If stripe takes 2.9% per transaction, you’d have to give at least a 2.9% profit to the investors just to break even, which is ludicrous in my case. Are there other ways? For example, how does cashapp do it?

emccue 2021-07-04T16:04:18.155800Z

I didn't mean to point it out like "oh boy its bad", but to imply the rails they use for processing this stuff might require a "deal" to get on

emccue 2021-07-04T16:05:24.156Z

so there might not be an api, but instead an ACH like thing you need to get on

2021-07-04T17:40:42.157200Z

What sort of securities are you talking about? It would seem like the high fees for transactions are are the least of your problems (relative to regulation) if you're making a platform to buy/sell traditional securities. And if you're in the crypto space, that also kind of answers the question (just accept crypto deposits)