How to send money to any paypal account

。_饼干妹妹 提交于 2019-11-26 15:55:58
saleemshafi

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

The Adaptive Payments option gives you a lot more control over the payment and is the future direction of the Paypal APIs, so that's where i'd start if i were you. 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

This is a very old thread, but there are recent improvements to the PayPal REST API. You can specify the third party account in the payee object. See here https://devblog.paypal.com/setting-payee/

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)
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!