'Paypal Integration for users on my web panel

I'm quite new to laravel and payment integration. I want to give an option to my web panel users to connect their paypal account with their own personal account on my web panel to receive payments. and I want to give them a connect button for them to proceed.

Can someone please help me achieve the same. Thanks in advance



Solution 1:[1]

You can use Log in With PayPal, possibly with the Partner Referrals API, to have them log in and get their PayPal account ID. This can be set as a payee.

Alternatively, you can ask them for their Client ID and/or Secret for a live REST APP, which they can log in there to obtain.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Preston PHX