I'm looking for a way to automatically send money from my PayPal account, to other PayPal accounts; via PHP. Is this possible?
Something like:
$recievers = array("[email protected]" , "[email protected]"); $myAccount = "[email protected]"; $myPassword = "letmein"; $amountToPay = 20.0; // $20 USD foreach($recievers as $payee) sendMoney($myAccount, $myPassword, $payee, $amountToPay); //Is this possible?
An automatic payment authorizes a merchant to charge you whenever you make a purchase on their website without signing in to your PayPal account. This is something that's set up on the first checkout with the merchant. The terms of the authorization will be available in your PayPal account.
Yes this is possible.
You might want to look into Paypal's Mass Payment API.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With