I have been trying almost every API method Paypal provides to pay users of my website (using PHP).
-Masspay is blocked for every "small" account.
-Adaptive Payments just let me to pay max. 10 users and requires manual confirmation.
Is there any way to pay users without my interaction using Paypal API calls? What should be my next attempt since masspay and adaptive payments does not seem to work?
I just want to send money to arround 30 different users daily with a scheduled job.
Thank you!