自动贝宝付款 [英] Automated PayPal payments

查看:78
本文介绍了自动贝宝付款的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一种自动从我的PayPal帐户向其他PayPal帐户进行汇款的方法;通过PHP.这可能吗?

I'm looking for a way to automatically send money from my PayPal account, to other PayPal accounts; via PHP. Is this possible?

类似的东西:


$recievers = array("client1@email.com" , "client2@email.com");

$myAccount = "me@email.com";
$myPassword = "letmein";
$amountToPay = 20.0; // $20 USD

foreach($recievers as $payee)
    sendMoney($myAccount, $myPassword, $payee, $amountToPay); //Is this possible?

推荐答案

是可以的.

您可能需要研究Paypal的批量付款API .

You might want to look into Paypal's Mass Payment API.

这篇关于自动贝宝付款的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆