I'm trying to understand Stripe Connects api. I've a platform where people come and sell their products and customer will pay immediately but I want to hold it in escrow and release it later. That is fine but my all sellers might not have stripe account and just have bank accounts.
I checked this api https://stripe.com/docs/api/php#create_charge which allows destination and platform fees as well but the problem is it requires stripe account of my sellers too. Can I directly send money to their bank accounts and save my commission only on stripe ?
I can't find any API for it or any similar solution if anyone have. Suggestions are appreciated.