About plans
Billing
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.
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.
Go to Billing > Plans.
If this is the first plan, select Add plan on the empty page.
If you already have plans, select Add plan under the group you want to add to. The Add plan window opens.
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.
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).
Select the Group the plan belongs to (only if you have multiple plan groups). Otherwise the plan is added to the default group.
Select Save draft.
A fixed charge is a recurring monthly charge such as base price or subscription fee.
You need to create a $0.00 charge for Free plans. This ensures the plan is added to Stripe, and is included on the pricing table.
If the charge exists, select Use existing feature then select it from the list.
You only need to create a new charge if the item is unique. For re-usable items such as ‘Base price’, select the existing charge but change the line item description and price for each plan.
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.
Base subscription - Pro plan
.Features describe the individual functions or entitlements that users get with their plan. These can be metered (chargeable) or unmetered (included).
Select Add feature.
To add a new feature, select New unmetered or New metered, then select Next. The Add feature window opens.
Enter a Feature name. Be sure to use something generic if you plan to use this feature again, e.g. Included seats
.
Enter a Description.
Enter a Key for referencing the feature.
If you selected a unmetered feature, select Save. You’re done. Repeat from step 1 to add more features.
If you selected a metered feature, complete the rest of the details:
Enter the Maximum units allowed on the plan. Leave blank if there is no limit.
Enter the Unit measurement name, e.g. license
, MAU
If the item is separately chargeable, select a Pricing model.
Add a Line item description. This appears on the customer invoice, so might be more specific than the name, e.g. Additional licenses for Pro (5)
.
For a flat unit price, enter the price and select Save. You’re finished.
For tiered pricing, select Tiered - Graduated and define each tier with unit numbers and add the price per unit.
Select Add tier to add a different price for higher unit tiers. For example, a unit might be $10 each if you use 1-10, but is $9 per unit if you use 11 or more.
Ensure the tiered units amounts don’t overlap. E.g. make sure they follow a pattern like 1-10, 11-20, 21-30, etc. If you want to make it so an upper limit is limitless, E.g. 1-10, 11-(blank/limitless); use 1-10, 11-1,000,000 (or a very high number). Graduated unit fields can’t be left blank.
Select Save.
In the Plan window, select Save to commit your changes.
Repeat for each feature you want to add to the plan. Then repeat this procedure for each plan.
Next: Step 5 Publish plans