You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/billing/manage-plans/create-plans.mdx
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ app_context:
14
14
15
15
Once you’ve got a plan strategy along with a plan feature list, prices, and details, you’re ready to create plans them in Kinde.
16
16
17
+
All plans must belong to a plan group. When you create your first plan, it will be automatically added to the default group. A plan group can only contain either user plans or organization plans. When you create your first plan, we automatically create a group based on the plan type you select.
18
+
17
19
<Aside>
18
20
19
21
Remember you can create one charge or feature that can be used and redefined across all plans. E.g. You can have one ‘Base price’ charge that is defined as 0.00 in a free plan, 10.00 in a Plus plan, and 25.00 in a Pro plan.
@@ -24,19 +26,14 @@ Remember you can create one charge or feature that can be used and redefined acr
24
26
25
27
1. Go to **Billing > Plans**.
26
28
2. If this is the first plan, select **Add plan** on the empty page.
27
-
3. If you already have plans, select **Add plan** under the group you want to add to. The **Add plan** window opens.
3. If you already have plans, select **Add plan** in the top right. The **Add plan** window opens.
32
30
33
-
All plans must belong to a plan group, even if it’s just the default group. When you create your first plan, it will be automatically created in a group, which you can then re-label and manage. A plan group can only contain either user plans or organization plans. When you create your first plan we automatically create a group based on the customer type.
4. Give the plan a **Name** (e.g. `Free`), a **Description**, and a **Key** for referencing the plan in your code. This is the name that will also appear in the pricing table (if you use one).
38
-
5. Select the **Group** the plan belongs to (only if you have multiple plan groups). Otherwise the plan is added to the default group.
39
-
6. Select **Save draft**.
33
+
4. Choose is the plan is for **Organizations** or **Users**, or select the **Group** the plan belongs to. Only one or other of these options will appear.
34
+
5. Give the plan a **Name** (e.g. `Free`), a **Description**, and a **Key** for referencing the plan in your code. This is the name that will also appear in the pricing table (if you use one).
35
+
6. Select a **Default currency**. This field only appears if one has not been set. You can change this later in **Settings > Billing**.
36
+
7. Select **Save**.
40
37
41
38
## Add a subscription fee or fixed charge to a plan
0 commit comments