thephpleague / omnipay

A framework agnostic, multi-gateway payment processing library for PHP 5.6+
http://omnipay.thephpleague.com/
MIT License
5.91k stars 925 forks source link

How to transfer money from one PayPal account to another PayPal account in laravel? #681

Open Saberqadimi opened 1 year ago

Saberqadimi commented 1 year ago

Dear friends and engineers, I want to make it possible to transfer money from the site manager's account to the account of one of the people on the Laravel site. Thank you for guiding me to implement this on my Laravel site.

proclame commented 1 year ago

Hello @Saberqadimi,

OmniPay is a package to receive payments from your customers through different Payment Providers (including PayPal), and manage those payments in a uniform way.

Your safest bet would be to look into the PayPal PHP SDK, and look for a solution there: https://github.com/paypal/PayPal-PHP-SDK