Transfer money from my stripe account to my partners

Viewed 31

I'm new with using payment processors, I'm building a platform with Laravel to facilitate business between clients and manufacturers. First client pay for the job to be done and when the job is done we pay the manufacturers. I'm using Stripe to charge clients and it works fine. However I'm stuck with the process of paying the manufacturers. because Stripe is not clear on how to do that. please if you have a solution with or without stripe I'll be very grateful

1 Answers

It sounds like Stripe Connect is what you're looking for. In this scenario, the client would be the platform account and the manufacturers would be the Connect accounts. Since you want the payment to the manufacturer to occur both after the job is done and after you pay the the client, you could use Separate Charges and Transfers.

Related