Wells-it.com - Web Hosting

PayPal

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.
heebiejeebieclu's picture

He has: 524 posts

Joined: Aug 2004

Hi

I know all this is explained in the API doucmentation/developers' guide somewhere, but I do have the following question with which I would appreciate your help:

How would I create a button which would, when pressed, send x money to the seller and y money to me as a commission? I understand from reading some of he API documentation that all the money (x + y) would have to go to me first, and then I would send out the x payments to all the sellers en mass. So how would I encode that in the button? It would have to be something that told my PayPal account to pay seller x money automatically at some time in the month. Well, it doesn't have to be automatically, I could authorize all the payments. So how would this work? Or maybe it could send data to a Mass Payments file, which I could upload at the end of the month to release all the payments.

All I'd need really is just a record of the seller, something like what is described here.

I'd appreciate some explanation instead of just a link to some complicated documentation; but I thank you in advance for your reply.

heebie.

heebie.co.uk has arrived. Don't get the heebie jeebies.

Te audire no possum. Musa sapientum fixa est in aure.
I cannot hear you. I have a banana in my ear

This site is best viewed using a web browser. Anyone trying to use a rhinoceros or elephant does so at their own risk

pr0gr4mm3r's picture
ModeratorSponsor

He has: 823 posts

Joined: Sep 2006

I have never heard of multiple recipients, but what I would do is setup IPN and point it to a script. Have that script keep track on the payments and tally up how much commission is owed. Then make those payments occasionally.

demonhale's picture

He has: 3,301 posts

Joined: May 2005

Hmmm. haven't encountered this myself. I think you want it to be like an affiliate commission thing right?
I guess you just keep track of the money coming in from a regular button with an appropriate label, and then calculate the commission after the total period and then split the revenue... I hope someone has a better idea...