Skip to content

Commit 6c4b1d0

Browse files
Update create-plans.mdx
1 parent 2466def commit 6c4b1d0

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

src/content/docs/billing/manage-plans/create-plans.mdx

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ Remember you can create one charge or feature that can be used and redefined acr
3030

3131
![Add plans window](https://imagedelivery.net/skPPZTHzSlcslvHjesZQcQ/a8a237d5-c242-45dc-453e-a7ad66e33a00/public)
3232

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.
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**.
3738

3839
## Add a subscription fee or fixed charge to a plan
3940

@@ -54,16 +55,23 @@ You need to create a $0.00 charge for Free plans. This ensures the plan is added
5455

5556
</Aside>
5657

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.
5859
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+
5961
3. Set the price. (You may be asked to set a default currency if you haven’t already).
6062
4. Select **Save**.
6163
5. Select **Save draft**.
6264
6. Repeat from step 1 for each fixed charge you want to add, or start adding features.
6365

6466
## Add features (entitlements) to a plan
6567

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+
<Aside type="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>
6775

6876
1. Select **Add feature**.
6977

@@ -72,7 +80,7 @@ Features describe the individual functions or entitlements that users get with t
7280
2. To add a new feature, select **New unmetered** or **New metered**, then select **Next**. The **Add feature** window opens.
7381
3. Enter a **Feature name**. Be sure to use something generic if you plan to use this feature again, e.g. `Included seats`.
7482
4. Enter a **Description**.
75-
5. Enter a **Key** for referencing the feature.
83+
5. Enter a **Key** for referencing the feature.
7684
6. If you selected a unmetered feature, select **Save**. You’re done. Repeat from step 1 to add more features.
7785
7. If you selected a metered feature, complete the rest of the details:
7886

0 commit comments

Comments
 (0)