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/billing-user-experience/plan-selection.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Kinde's pricing table builder can generate a pricing table from published plans,
14
14
15
15
You can also add and edit information and content in your preferred languages. You can create as many pricing tables as you want.
16
16
17
-

17
+

18
18
19
19
## Create a pricing table
20
20
@@ -114,7 +114,7 @@ You can set a pricing table to show by default, even if the code key is not pass
114
114
115
115
## Switch the pricing table off for the register flow
116
116
117
-
You can configure Kinde to hide pricing tables in the sign up flow, but still show them in the self-serve portal. You'd do this if you have designed your own pricing pages and you only want to show Kinde's pricing table for theself-serve upgrade or downgrade experience.
117
+
You can configure Kinde to hide pricing tables in the sign up flow, but still show them in the self-serve portal. You'd do this if you have designed your own pricing pages and you only want to show Kinde's pricing table for the self-serve upgrade or downgrade experience.
118
118
119
119
1. Go to **Settings > Environment > Billing**.
120
120
2. Switch off the **Show the pricing table when customers sign up** option.
4. Choose whether the plan is for **Organizations** or **Users**, or select the **Group** the plan belongs to. Only one 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**.
33
+
4. Choose whether the plan is for **Organizations** or **Users**, or select the **Group** the plan belongs to. Only one of these options will appear. You cannot change these selections later.
34
+
5. Give the plan a **Name** (e.g. `Free`), a **Description**. This is the name that will also appear in the pricing table (if you use one).
35
+
6. Give your plan a **Key** for referencing in your code. This cannot be changed after a plan is published.
36
+
7. Select a **Default currency**. This field only appears if one has not been set. You can change this later in **Settings > Billing**, but only before any of your plans are published.
37
+
8. Select **Save**.
37
38
38
39
## Add a subscription fee or fixed charge to a plan
39
40
@@ -54,16 +55,23 @@ You need to create a $0.00 charge for Free plans. This ensures the plan is added
54
55
55
56
</Aside>
56
57
57
-
2. If this is a new charge, give the charge a name, e.g. `Base subscription fee`. If you plan to use this charge for other plans, make the name generic.
58
+
2. If this is a new charge, give it a name (e.g.,`Base subscription fee`). If you’ll reuse this charge across plans, choose a generic name. This cannot be changed later.
58
59
2. Add a **Line item description**. This appears on the customer invoice, so might be more specific than the name, e.g. `Base subscription - Pro plan`.
60
+
59
61
3. Set the price. (You may be asked to set a default currency if you haven’t already).
60
62
4. Select **Save**.
61
63
5. Select **Save draft**.
62
64
6. Repeat from step 1 for each fixed charge you want to add, or start adding features.
63
65
64
66
## Add features (entitlements) to a plan
65
67
66
-
Features describe the individual functions or entitlements that users get with their plan. These can be metered (chargeable) or unmetered (included).
68
+
Features describe the individual functions or entitlements that users get with their plan. These can be of the type metered (chargeable) or unmetered (included).
69
+
70
+
<Asidetype="warning">
71
+
72
+
You cannot change the Name, the Key or the Type of feature once you have created it. If you make an error, delete the feature and add a new one.
73
+
74
+
</Aside>
67
75
68
76
1. Select **Add feature**.
69
77
@@ -72,7 +80,7 @@ Features describe the individual functions or entitlements that users get with t
72
80
2. To add a new feature, select **New unmetered** or **New metered**, then select **Next**. The **Add feature** window opens.
73
81
3. Enter a **Feature name**. Be sure to use something generic if you plan to use this feature again, e.g. `Included seats`.
74
82
4. Enter a **Description**.
75
-
5. Enter a **Key** for referencing the feature.
83
+
5. Enter a **Key** for referencing the feature.
76
84
6. If you selected a unmetered feature, select **Save**. You’re done. Repeat from step 1 to add more features.
77
85
7. If you selected a metered feature, complete the rest of the details:
0 commit comments