Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

anish000kumar's avatar

Payout platforms for laravel

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.

0 likes
9 replies
anish000kumar's avatar

@Reached Thanks for the links ! But It seems, stripe doesn't work with Indian bank accounts. That's a bad news!

anish000kumar's avatar

@frenzo Thanks for pointing me to these links. These would work great for accepting payments, but unfortunately there seems to be no mention of payouts, which is an important requirement as well.

@Reached Appreciate your help :)

anish000kumar's avatar

@frenzo Yes, been thinking the same. I went through the docs for paypal integration, but I could't find any sample code for payouts in php, although there are numerous mentions of 'mass payment' and 'batch payment', but no relevant piece of code to help!

Please or to participate in this conversation.