I want to use Paypal to pay users with a paypal button.
I tried to use a standard cmd=_xclick, but it doesn’t return enough informations after processing the payment. IPN seems to concentrate on stores and not on payrolls, and Mass Pay seems incomplete (it needs an xml list of users informations at start, and there is no real-time modification of users informations).
Is there only Mass Pay api that is reliable for payment?
I really thought I could solve this one using google, but none of the threads and documentations really solved my problem.
[Edit]
I tried MassPay but didn’t qualify with only a Premier Account.
Check out Adaptive Payments -> Implicit Payments.
It allows you to programatically send money out of your own paypal account.
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_APIntro
(You have to scroll down a bit until you find Implicit Payment Flow)