Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PayPal mass payment with REST API

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.

like image 460
Igor Ševo Avatar asked Nov 06 '13 12:11

Igor Ševo


People also ask

Can I make multiple payments with PayPal?

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.

Can I use PayPal for 15000?

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.


2 Answers

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.

like image 109
Igor Ševo Avatar answered Oct 22 '22 18:10

Igor Ševo


PayPal just made a REST version of Payouts available. Here is the Payouts Overview.

To get access:

  • Go to your dashboard.
  • Go to My account.
  • Find the Payouts capability and click Get Started.
like image 4
Rolf Avatar answered Oct 22 '22 20:10

Rolf