如何汇款至任何 PayPal 账户

发布于 2024-08-07 08:50:27 字数 88 浏览 7 评论 0原文

是否可以使用 paypal API 向任何 paypal 帐户(不仅仅是 API 凭证所有者)汇款。我知道可以使用 IPN 来做到这一点,但我需要使用 SOAP。

Is it possible to send money using paypal API to any paypal account (not just to API credentials owner). I know that it's possible to do that using IPN, but I need to use SOAP.

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

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

发布评论

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

评论(2

零度° 2024-08-14 08:50:27

您有两个主要选项:使用 MassPay API自适应支付 API

注意:自适应付款不适用于新集成。
PayPal 提供的文档仅支持现有集成

自适应付款选项使您可以更好地控制付款,并且是 Paypal API 的未来方向。它支持 SOAP、NVP、JSON 和纯 XML。 MassPay 具有 SOAP 和 NVP 接口。

IPN 是一个完全不同的主题:https://www.paypal.com/ipn

You've got two main options: use the MassPay API or Adaptive Payments API.

Note: Adaptive Payments is not available for new integrations.
PayPal provides documentation to only support existing integrations

The Adaptive Payments option gives you a lot more control over the payment and is the future direction of the Paypal APIs. It supports SOAP, NVP, JSON and plain XML. MassPay has both a SOAP and NVP interface.

IPNs are a totally different subject: https://www.paypal.com/ipn

山色无中 2024-08-14 08:50:27

似乎很多东西现在都被弃用了。您应该使用 PayPal 付款

使用 PayPal 付款同时向多人汇款。

要发送付款,您需要知道:

  1. 每个收款人的电子邮件地址、国内手机号码或付款人 ID(加密的 PayPal 帐号)
  2. 付款金额(每个收款人)
  3. 货币代码(每次付款一种货币)

Seems like lot of things are now deprecated. You should use PayPal Payouts.

Use PayPal Payouts to send money to multiple people at the same time.

To send a payout, you need to know:

  1. Each recipient's email address, a domestic mobile number, or payer ID (an encrypted PayPal account number)
  2. Payment amount (per recipient)
  3. Currency code (one currency per payout)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文