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
You will see the following screen:
Enter all required values:
Click Create Payment:
You’ll then see the Settings overview for adding the integration into your website:
3. Create a Simple Website for Integration
This guide uses Visual Studio Code to create a basic webpage:- Download and install Visual Studio Code here
-
Open Visual Studio Code:
-
Click Open Folder:
-
Select or create a folder:
-
Right-click the folder and choose New File…:
-
Name the file
index.html:
-
Press Enter to create the file:
4. Integrate Stripe Payments Using FreshLimePay
Copy the HTML snippet provided in the product settings:
Paste it into index.html in Visual Studio Code:
Replace “[YOUR_NAME]” into your name and “[YOUR_EMAIL]” into your email in index.html:
Press Ctrl + S to save:
Ensure the Live Server extension is installed:
Click Go Live to launch your page:
You’ll then see the integration running in your browser:
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:
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.

