omnipay icon indicating copy to clipboard operation
omnipay copied to clipboard

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

Open Saberqadimi opened this issue 3 years ago • 1 comments
trafficstars

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.

Saberqadimi avatar Aug 30 '22 08:08 Saberqadimi

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

proclame avatar Dec 15 '22 09:12 proclame