Hi, do you guys know if there is a way to send money throught the PayPal API? (PHP script). I need to make payments automatically... is it possible with PayPal?
Not sure about an API for that but there is something call 'Mass Pay' which may meet your needs. https://www.paypal.com/cgi-bin/webscr?cmd=_batch-payment-overview-outside I guess you can just create a tab delimeter file with the paypal registered email address and the amount and submit it. You will need to be log in for this to work though.
This will actually work well for me, but if anyone knows if it's possible to do it with a script or something along those lines please let me know. Thanks!