Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrate Paypal in multi merchant website

I have a multi merchant website and in that what i need to do is when customer purchase a product 5% of the money is gone to website paypal account for service and rest of the money will be gone to seller paypal account. I need to integrate paypal in that. As paypal adaptive payments is deprecated and paypal is not providing any other solution to do that.

Can anyone please tell me any paypal service which can make it possible.

Thanks in advance.

like image 346
Rajat Avatar asked Oct 28 '22 03:10

Rajat


1 Answers

Sounds like you need marketplace APIs. If you need PayPal APIs in specific, you can look into PayPal for Marketplaces. Braintree (A PayPal service) has better APIs here.

Stripe Connect is also a competitor with good reputation.

With all these APIs, you can control funds disbursement by specifying percentages as you mentioned in your post. I don't know what your complete use case is. So I'd suggest researching all 3 of these and choosing the one that best fits your budget and business model.

like image 132
Bhargava Nandibhatla Avatar answered Dec 10 '22 19:12

Bhargava Nandibhatla