Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.freshlimepay.com/llms.txt

Use this file to discover all available pages before exploring further.

This guide walks you through integrating PayPal payments into your website using FreshLimePay Cloud. You can add recurring payments in just a few minutes.

1. Set Up Your PayPal Credentials

See the detailed guide here.

2. Add a New Product

Each product represents a payment configuration. A product can support the following payment types:
  • One-Time — for single payments
  • Subscription — for recurring monthly or yearly payments
From the dashboard, click Add Product: Add Product Payment You will see the following screen: Create One-Time or Subscription Enter all required values: Enter Values Click Create Payment: Click Create Payment You’ll then see the Settings overview for adding the integration into your website: Integration Snippets

3. Create a Simple Website for Integration

This guide uses Visual Studio Code to create a basic webpage:
  1. Download and install Visual Studio Code here
  2. Open Visual Studio Code: Visual Studio Code
  3. Click Open Folder: Open Folder
  4. Select or create a folder: Folder Selected
  5. Right-click the folder and choose New File…: New File
  6. Name the file index.html: Create index.html
  7. Press Enter to create the file: Created index.html

4. Integrate PayPal Payments Using FreshLimePay

Copy the HTML snippet provided in the product settings: Integration Snippets Paste it into index.html in Visual Studio Code: Paste Snippets Press Ctrl + S to save: Saved Snippets Ensure the Live Server extension is installed: Install Live Server Click Go Live to launch your page: Go Live You’ll then see the integration running in your browser: Integration Result

5. Test the PayPal Payment

Since the product was created in the Sandbox environment, you must use a PayPal Personal Sandbox account to test the payment.
Follow this guide to create a sandbox account: Create Personal Sandbox Account
As shown throughout this guide, you can integrate PayPal payments into your website within minutes using FreshLimePay Cloud — no PayPal expertise required.
You can create as many payment buttons as you need.