Is there a way to execute a mass payment from the application to several other accounts by e-mail addresses using the new REST API? I can do this with Classic API, but am not sure how to achieve the same with REST API.
I am working with PayPal SDK for C#.
I have found this related post: Paypal REST API Adaptive / Multiple Payments (change payee). However, some code samples would be nice.
The account holder can easily send money to multiple people at the same time, and the recipients will receive the funds in their PayPal account. You can send up to 15,000 payments at once with the API or 10,000 with batch upload and a single click, saving you a lot of time.
The PayPal transfer limit is $10,000 in a single transaction immediately after opening an account, or up to $60,000 per transaction by providing bank account or other identification.
The PayPal C# SDK does not currently allow making these calls (11.11.2013.). The API itself has the functionality that allows setting the payee for the payment, however this functionality is still incomplete as the PayPal REST API is in beta.
Usage of PayPal Classic API is advised here as it is stable and tested.
PayPal just made a REST version of Payouts available. Here is the Payouts Overview.
To get access:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With