Search code examples
paypaldrupal-7paymentcommerce

How can I make a paypal payment to a site user in D7? (How to SEND money to a site user through Paypal?)


How can I make a paypal payment to a site user in D7?

Currently I use commerce and commerce_paypal with express checkout. Is there a way to do these payments without installing any other modules?

I have already created a 'paypal account' field on user profile as I definitely need a paypal account to send payments to I'm looking for the rest of the solution.


Solution

  • You can use MassPayment API or Implicit send money from Adaptive Payments.

    • Masspay API helps to send money from your PayPal account to multiple receivers.
    • Implicit Payments is that, in which your application is both the sender of a payment and the caller of the Adaptive Payments API. You would need to create a application at apps.paypal.com to acquire this feature.