Spaces:
Sleeping
Sleeping
Commit ·
f886e66
1
Parent(s): 39bbebf
made it faster and added color picker
Browse files- STRIPE_SETUP.md +5 -5
STRIPE_SETUP.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
# Stripe Subscription System Setup Guide
|
| 2 |
|
| 3 |
-
This guide will help you set up Stripe for the
|
| 4 |
|
| 5 |
## Overview
|
| 6 |
|
| 7 |
-
The
|
| 8 |
- **Free Tier**: $0/month, 25 credits
|
| 9 |
- **Pro Tier**: $20/month, 500 credits
|
| 10 |
- **Ultra Tier**: Custom pricing, 1000 credits
|
|
@@ -25,7 +25,7 @@ Go to https://dashboard.stripe.com and log in to your account.
|
|
| 25 |
Navigate to **Products** → **Add Product** and create three products:
|
| 26 |
|
| 27 |
#### Free Tier
|
| 28 |
-
- **Name**:
|
| 29 |
- **Description**: Free tier with 25 credits per month
|
| 30 |
- **Pricing**:
|
| 31 |
- Price: $0.00
|
|
@@ -33,14 +33,14 @@ Navigate to **Products** → **Add Product** and create three products:
|
|
| 33 |
- Note: This is for tracking only, users won't be charged
|
| 34 |
|
| 35 |
#### Pro Tier
|
| 36 |
-
- **Name**:
|
| 37 |
- **Description**: Professional tier with 500 credits per month
|
| 38 |
- **Pricing**:
|
| 39 |
- Price: $20.00
|
| 40 |
- Billing period: Monthly (recurring)
|
| 41 |
|
| 42 |
#### Ultra Tier
|
| 43 |
-
- **Name**:
|
| 44 |
- **Description**: Ultra tier with 1000 credits per month
|
| 45 |
- **Pricing**:
|
| 46 |
- Price: $29.99 (or your preferred amount)
|
|
|
|
| 1 |
# Stripe Subscription System Setup Guide
|
| 2 |
|
| 3 |
+
This guide will help you set up Stripe for the AutoForm subscription system.
|
| 4 |
|
| 5 |
## Overview
|
| 6 |
|
| 7 |
+
The AutoForm subscription system includes three tiers:
|
| 8 |
- **Free Tier**: $0/month, 25 credits
|
| 9 |
- **Pro Tier**: $20/month, 500 credits
|
| 10 |
- **Ultra Tier**: Custom pricing, 1000 credits
|
|
|
|
| 25 |
Navigate to **Products** → **Add Product** and create three products:
|
| 26 |
|
| 27 |
#### Free Tier
|
| 28 |
+
- **Name**: AutoForm Free
|
| 29 |
- **Description**: Free tier with 25 credits per month
|
| 30 |
- **Pricing**:
|
| 31 |
- Price: $0.00
|
|
|
|
| 33 |
- Note: This is for tracking only, users won't be charged
|
| 34 |
|
| 35 |
#### Pro Tier
|
| 36 |
+
- **Name**: AutoForm Pro
|
| 37 |
- **Description**: Professional tier with 500 credits per month
|
| 38 |
- **Pricing**:
|
| 39 |
- Price: $20.00
|
| 40 |
- Billing period: Monthly (recurring)
|
| 41 |
|
| 42 |
#### Ultra Tier
|
| 43 |
+
- **Name**: AutoForm Ultra
|
| 44 |
- **Description**: Ultra tier with 1000 credits per month
|
| 45 |
- **Pricing**:
|
| 46 |
- Price: $29.99 (or your preferred amount)
|