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
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 the charge a name, e.g. `Base subscription fee`. If you plan to use this charge for other plans, make the name generic. 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