0

Any problem in use MassPay to pay 1 user payment? Any disavantage about that? What should i use instead mass pay for single payments?

I see that paypal forum is dead so im aking here.

John Conde
  • 217,595
  • 99
  • 455
  • 496

3 Answers3

2

MassPay is fine. If you're already using Adaptive Payments, you could also use Implicit Payments. But if you're not, MassPay suits just fine.

Robert
  • 19,326
  • 3
  • 58
  • 59
0

In simple terms Masspay allows you to make multiple payments to multiple people in a single shot using xls or csv files.

If you are just paying a single user:

PayPal provides various payment related operations using the /payment resource and related sub-resources. Use /payment for direct credit card payments and PayPal account payments.

URI: https://api.paypal.com/v1/payments/payment

Create a payment: POST /v1/payments/payment

For more information, refer:

https://developer.paypal.com/webapps/developer/docs/api/#create-a-payment

Prabin
  • 71
  • 8
0

MassPay works fine with single or multiple payments. It makes payment more flexible.

ychang
  • 76
  • 9