Home > Enterprise >  Send money using PayPal API & PHP
Send money using PayPal API & PHP

Time:11-11

How can I send money using PHP and the PayPal API these days?

I've seen multiple responses from few years ago on Stack and the solutions out there are now deprecated documentation...

Example : Send money using Paypal php rest SDK or Can I send money with Paypal API to other paypal account? If yes how?

CodePudding user response:

Adaptive Payments is deprecated and cannot be used for any new integrations.

The Payouts API would work. In the live environment the business account sending the payout must be approved for the feature, contact PayPal's general support (not technical support) for that.

  • Related