0

Have been searching for mass pay help but found nothing..!! have read Paypal guide to send credentials and user information to pay but not able to find what format of data it will accept ?? new to Php and paypal ??

Sam
  • 16,435
  • 6
  • 55
  • 89
ankush madaan
  • 300
  • 1
  • 16

2 Answers2

1

PayPal just made a REST version of Payouts available.

Here s the Payouts Overview: https://developer.paypal.com/docs/integration/direct/payouts-overview/

To get access: Go to your dashboard on developer.paypal.com Go to My account Click Get Started under Payouts When you make it through you'll also have Mass Payments capability

Rolf
  • 111
  • 2
0

It'll handle NVP or SOAP.

Since you're working with PHP I'd recommend taking a look at my PayPal PHP Library. It will make this very simple for you. Specifically, the MassPay.php template. There is also a sample already filled out and functioning here. You could have this done in a matter of minutes. :)

Drew Angell
  • 25,968
  • 5
  • 32
  • 51