Setting up Paypal

REST API Creation

Go to – https://developer.paypal.com/developer/applications/


Step 1: Click on “LIVE” under “My apps & credentials
Step 2: If you find an app-name already present under REST API apps section, you can click on the app-name and get the credentials. Else create an app using the following steps.
Step 2.1: Click on “Create app” button under REST API apps section
Step 2.2: Enter an app name. e.g. skilodge-app-live and click on ‘Create App
Step 3: Copy the generated following fields – Client ID, Secret
Step 4: Ensure that the status of Secret is “Enabled
Step 5: Add the 2 fields into the Booking Service Site Config

PAYPAL_CLIENT_ID – #client ID
PAYPAL_SECRET – #Secret

Hint: filter Site Config variable name on PAYPAL. Update the two fields with the details you captured from PayPal.