Skip to main content
This guide walks you through integrating Stripe payments into your website using FreshLimePay Cloud. You can add one-time payments in just a few minutes.

1. Set Up Your Stripe 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 Stripe 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 Replace “[YOUR_NAME]” into your name and “[YOUR_EMAIL]” into your email in index.html: Replace your name and email 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 Stripe Payment

Since the product was created in the Sandbox environment, you can use one of credit cards here to test Stripe payment: Test Payment As shown throughout this guide, you can integrate Stripe payments into your website within minutes using FreshLimePay Cloud — no Stripe expertise required.
You can create as many payment buttons as you need.