Stripe has something called Stripe Connect which might help you?
https://stripe.com/connect
https://stripe.com/docs/connect
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have been working on a Laravel project, which is based on two important entities, let's call them Giver and Receiver.
I need to accept payments from GIVER and I know stripe, braintree, Razorpay etc facilitate that easily. Stripe, perhaps being the easiest of all, to integrate.
The issue that I am facing is, I need to transfer money accepted from various GIVERS to RECEIVERS. The payout is made when RECEIVERS file a request. I need to transfer money to Bank accounts, more specifically Indian Bank accounts.
I would really appreciate if you could help me identify the most suitable gateway that provides such services and also, some sample code to achieve these two results using the suggested gateway.
Please or to participate in this conversation.