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.
- After logging into your PayPal account, go to the Developer section.
- In the Developer screen, go to the Apps & Credentials tab and create a new API.
- 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.
- 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
- 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. - For the Base URL, you can use: https://api-m.paypal.com
- For testing purposes, you can use the sandbox environment: https://api-m.sandbox.paypal.com