I want to provide a question and answer service (I know there are thousands of such sites on the internet) to my users where someone can ask a question by specifying how much money they will give the person who provides a good answer.

When a good answer is provided, is it possible to take the money from the questioners paypal account and send it to the answering persons account automatically?

Basically, what I don't want to do is take payments from the questioner and hold it in my paypal account, then pay the answering person when his/her answer is accepted.

I will be using a LAMP configuration to make the service.

link|improve this question

2  
How will you ensure that it's a good answer without allowing the questioner from simply saying that "good" answers are not in order to avoid paying? – Adam Robinson Mar 29 '11 at 18:19
1  
@Adam Robinson and @random, he's not asking for your opinion about the validity of his product. – Jordan Mar 29 '11 at 18:22
@Jordan: That's why I asked it in a comment, not in my answer. Incidentally, I didn't say it couldn't be done, I simply asked how. – Adam Robinson Mar 29 '11 at 18:26
feedback

2 Answers

up vote 2 down vote accepted

Neither the PayPal API nor the PayPal service in general provides for automatic person-to-person payments that are initiated by a third party. In other words, you must either be the payer or the payee in order to participate in a transaction; you cannot do it on behalf of another user.

link|improve this answer
What do you mean by "in general"? – oshirowanen Mar 29 '11 at 18:25
@oshirowanen: I mean that PayPal in and of itself does not offer this ability, it's not something that just doesn't have an API. – Adam Robinson Mar 29 '11 at 18:26
SO via third party development, outside of paypal, this becomes possible? – oshirowanen Mar 29 '11 at 18:28
Thank God that this is not possible. One bug and everyone would be screwed to death. – WTP'-- Mar 29 '11 at 18:28
@oshirowanen: Can you explain what you mean by "via third party development"? – Adam Robinson Mar 29 '11 at 18:35
show 3 more comments
feedback

Have you looked into PayPal Adaptive Payments API? From what I know it supports person-to-person money transfer. For more info visit

https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_APIntro

Hope this helps.

link|improve this answer
I am using the PayPal Adaptive Payments API, and I have got it to work from person to person. – oshirowanen May 25 '11 at 7:48
You should change the accepted answer, it will help other people, like me and may the throw in your own answer so it can help others – The crocodile hunter Aug 28 '11 at 12:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.