简体   繁体   中英

PayPal parallel payments

I am developing a system that uses PayPal for processing payments. The users can buy and sell goods using their accounts on the system. I can process their deposits and purchases of their goods easily. However, when customers request withdrawal of credit from their balance, I want to be able to issue a PayPal parallel payment to all of those who requested it at the end of the month.

I've gone through the PayPal REST API and have found a lot of useful information on how to process payments of other users to my account, but I cannot seem to find an appropriate set of calls to enable me to issue several payments to several different users on my behalf (more precisely, from my own PayPal account).

This is a web application based on ASP.NET.

Any suggestions would be greatly appreciated. I don't need code examples (but could use them), references to appropriate documentation entries or similar implementation articles are fine.

PayPal Mass Payments seem to be the correct way to go with this.

I also found a related post that helped me decide: Best way to pay a users paypal account? .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM