Paying my suppliers through paypal?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Zander1983
Forum Newbie
Posts: 20
Joined: Mon Mar 21, 2011 2:26 pm

Paying my suppliers through paypal?

Post by Zander1983 »

Hi

I have a php market place style website. Its quite similiar to etsy.com. Im trying to figure out how to pay suppliers. The only option seems to be through paypal. Has anyone any advice/expereice of this? I I quickly set up Paypal Express Checkout but the buyer ends up paying to the account of the person who set it up ie me. How can set it up so that the money goes into the different supplier' accounts?

Thanks
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: Paying my suppliers through paypal?

Post by Jade »

Most third party payment systems work this way. You might want to look into micro transactions on paypal, depending on how much you're paying out to each person. Otherwise I know there's a way in paypal that you can send money and it won't charge your account but the receivers account instead. Check the paypal developers website.
Post Reply