How to Set Up PayPal Payment System?

How to Set Up PayPal Payment System?

To use PayPal as a payment method on your platform, you can integrate the payment system by following the steps below.

  1. After logging into your PayPal account, go to the Developer section.


  1. In the Developer screen, go to the Apps & Credentials tab and create a new API.


  1. You can copy the Client ID and Secret information of the API you created from the Edit screen and add them to the admin panel. Additionally, you can define a Webhook from the same Edit screen.





  1. At the bottom of the page, you can view existing Webhooks or add new ones. The Webhook URL should be set as:
    https://STORENAME.gurulize.com/payment/paypalcallback 


  1. The Client ID, Secret, and Webhook ID generated by following the steps above should be entered in the Admin Panel under:
    Admin Panel > Settings > Payment Systems > PayPal.
  2. For the Base URL, you can use: https://api-m.paypal.com
  3. For testing purposes, you can use the sandbox environment: https://api-m.sandbox.paypal.com