Why are they bashing Stripe Connect, which is not comparable to Balanced? They were looking for Stripe Marketplace, which does offer a complete white-label solution.
For a fairer comparison and review of Stripe's white label marketplace API, I will shamelessly plug my blog:
http://blog.chriswinn.com/working-with-stripe-payouts
The people at Balanced are great, but I still prefer Stripe's products any day of the week. They've written the best API and documentation I've seen in a while, and laid a lot of groundwork for others to mimic. A good thing for us developers, at least.
Stripe Connect is not a complete white label solution. The user still has to be redirected to stripe.com to complete the OAuth process. We had many issues with users being confused as to who Stripe was, and why were they asking for their personal information when creating an account.
Stripe Connect is great for a certain kind of marketplace, specifically one that does not want to be liable for chargebacks or refunds and wants to remain outside of the flow of funds.
We launched the ability to send payouts with Stripe over a month ago for a different kind of marketplace (such as Lyft, SideCar and Exec), which want more control over the payout process. You can read more about it here on our site: https://stripe.com/blog/send-payouts-with-stripe
-The process to make charges from a sellers account seems to need an unnecessary amount of requests
-Why can't we pay out to multiple sellers at once like Paypal can?
-At least in Stripe, it seems kind of silly I have to refresh a credit card token each time I want to make a new charge
If you're looking to split payments to multiple parties, you may want to take a look at sending transfers, rather than using Connect: https://stripe.com/blog/send-payouts-with-stripe
This only requires the sellers' bank account information in order to pay them out.
Stripe provides a Customer abstraction that makes it easy to save credit card information for later and use it multiple times. Instead of charging the card immediately, you can create a new Customer object and save the card to that customer. See more here: https://stripe.com/docs/tutorials/charges#saving-credit-card...
https://support.stripe.com/questions/can-i-save-a-card-and-c...