使用 PHP 向某人的 paypal 帐户付款

发布于 2024-12-04 03:10:45 字数 392 浏览 0 评论 0原文

我有一个网站,我需要通过向用户的 PayPal 帐户付款来奖励他们的参与。我有一个 PayPal 企业帐户,并且想知道是否可以仅通过他们的 PayPal 帐户电子邮件地址自动将钱存入他们的帐户。

我正在使用 php 开发我的网站。理想情况下,我希望在我的服务器上有一个脚本,在执行时将资金从我的企业帐户转移到他们的贝宝帐户中。

我是 PayPal 的新手,环顾四周后,我对正在使用的所有不同 API 感到困惑! MassPay 不断涌现,但如果可能的话,我宁愿不必为每次付款支付 2% 的费用 - 还有其他选择吗?

这些付款不是针对商品或服务的,因此可以归类为个人转账,这会消除任何费用吗?

所以我的问题是:

1)这可能吗?

2)哪个API最合适?

谢谢

I have a website where I need to reward users for their involvement by paying money into their paypal account. I have a paypal business account, and would like to know if it is possible to put money into their account automatically from just having their paypal account email address.

I am developing my website using php. Ideally, I would like to have a script on my server that when executed transfers money from my business account into their paypal account.

I am new to paypal, and having looked around I am getting confused as to all of the different APIs that are in use! MassPay keeps coming up but if possible I would rather I didnt have to pay the 2% charge on each payment - is there any other options?

The payments are not for goods or services and so could be classed as a personal transfer, would this eliminate any fees?

So my questions are:

1) Is this possible?

2) Which API is most suitable?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

渔村楼浪 2024-12-11 03:10:45

是的,这是可能的,但您最终将支付交易费。我建议您通过 PayPal 的 Mass Payment API 执行批处理(即,在一天中的特定时间执行一个大额付款请求)。

您可以阅读有关此 API 以及如何使用它的更多信息

PayPal 维持业务的方式就是收取这些交易费用。如果它不收集它们,它就不会那么成功。

如果您希望在交易上有更多选择,包括尝试改变支付费用的一些方法,您可能需要查看 自适应付款

Yes, it's possible but you're going to end up paying a transaction fee. I would recommend you do a batch process (that is, do one large payment request scheduled at a certain time of day) through PayPal's Mass Payment API.

You can read more about this API and how to use it here.

The way PayPal stays in business is by collecting these transaction fees. If it didn't collect them, it wouldn't be nearly as successful.

If you're looking at having more options on the transaction, including some ways to try and shift around who pays the fee, you may want to look at Adaptive Payments.

娜些时光,永不杰束 2024-12-11 03:10:45

最好的方法是在以下 URL 中生成 paypal 按钮:
https://www.paypal.com/us/cgi- bin/?cmd=_donate-intro-outside

并将其放在您的页面上...您仍然需要支付一些费用(尽管费用较低)

The best way is to generate a paypal button in the following URL:
https://www.paypal.com/us/cgi-bin/?cmd=_donate-intro-outside

and place it at your page... You'll still have to pay some fee (although it's a low one)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文