Skip to content

Commit 76ab565

Browse files
Merge pull request #454 from kinde-oss/Fix/BugBashDocUpdates
Fix/bug bash doc updates
2 parents 12e8678 + 8f850bd commit 76ab565

File tree

4 files changed

+29
-26
lines changed

4 files changed

+29
-26
lines changed

src/content/docs/billing/get-started/connect-to-stripe.mdx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
page_id: d980a089-d9c1-447b-930a-de0f2c00d3bf
3-
title: Step 3 Connect to Stripe
3+
title: Step 2 Connect to Stripe and set policies
44
sidebar:
5-
order: 4
5+
order: 3
66
relatedArticles:
77
- 46241baf-30aa-43c0-ac0c-b2b7e99941f1
88
- 8770ef89-e805-475f-b4f5-a86c1e1eccc1
@@ -55,6 +55,11 @@ You can’t currently connect your existing Stripe account, but you will be able
5555
- `In progress` indicates that Stripe has connected to Kinde, but still requires some additional details from you in order to fully set up the account. Select **Update Stripe information** to complete the Stripe onboarding. You need to do this before plans can be made available to your customers.
5656
- `Connected` means Stripe is successfully syncing data with Kinde and you’re ready to publish plans.
5757

58-
For more information, see [Manage the Stripe connection](/billing/payment-management/manage-stripe-connection/).
58+
## Set billing policies for cancellation and plan changes
5959

60-
**Next:** [Step 4 Build plans](/billing/get-started/build-plans/)
60+
After you have connected to Stripe, you can set policies to control what happens when a customer cancels or changes their plan. The policies are for deciding if you charge or forgive unpaid usage of metered features, or if you refund or retain unused, paid subscription days.
61+
62+
1. In the **Policies** section, choose the settings.
63+
2. Select **Save**.
64+
65+
**Next:** [Step 3 Set default billing currency](/billing/get-started/default-billing-currency/)
Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
---
22
page_id: 7e1082b4-2b78-4e76-92fd-ee25497a4e2b
3-
title: Step 2 Set default billing currency
3+
title: Step 3 Set default billing currency
44
sidebar:
5-
order: 3
5+
order: 4
66
relatedArticles:
77
- 2aa551b8-06c0-4947-bd4b-d643c77ed224
88
- e6dde80d-2977-419f-a05a-62ad0a7ac6de
99
---
1010

11-
You need to set a default billing currency for all your Kinde plans, before you create them. The currency you select cannot be changed after your first plan is published. For now, the default billing currency will be used in all plans and plan groups you create.
11+
You need to set a default billing currency for all your Kinde plans, before you create them. This is the currency that purchase transactions will be processed in Stripe.
12+
13+
The currency you select cannot be changed after your first plan is published. For now, the default billing currency will be used in all plans and plan groups you create.
14+
15+
<Aside>
16+
17+
If you have already created a plan and assigned a default currency that way, you may not need to change anything here.
18+
19+
</Aside>
1220

1321
1. Go to **Settings > Environment > Billing**.
1422
2. Select a default currency.
1523
3. Select **Save**.
1624

17-
Next: [Step 3 Connect to Stripe](/billing/get-started/connect-to-stripe/)
25+
Next: [Step 4 Build plans](/billing/get-started/build-plans/)

src/content/docs/billing/get-started/setup-overview.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,3 @@ When you use a non-production environment, Stripe automatically creates a test S
4141
- (B2B) make sure your Kinde business is set up to [create an organization on sign up](https://docs.kinde.com/build/organizations/orgs-for-developers/#new-organization-self-sign-up).
4242

4343
Follow the numbered steps in this section to set up billing in your business.
44-
45-
## Set billing policies for cancellation and plan changes
46-
47-
You can set policies to control what happens when a customer cancels or changes their plan. The policies are for deciding if you charge or forgive unpaid usage of metered features, or if you refund or retain unused, paid subscription days.
48-
1. Go to **Settings > Environment > Billing** to set these policy defaults.
49-
2. In the **Policies** section, choose the settings.
50-
3. Select **Save**.

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

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ app_context:
1414

1515
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.
1616

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+
1719
<Aside>
1820

1921
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
2426

2527
1. Go to **Billing > Plans**.
2628
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.
28-
29-
![Add plans window](https://imagedelivery.net/skPPZTHzSlcslvHjesZQcQ/92cf723a-f99c-465c-26cc-3f60c817b200/public)
30-
31-
<Aside>
29+
3. If you already have plans, select **Add plan** in the top right. The **Add plan** window opens.
3230

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.
34-
35-
</Aside>
31+
![Add plans window](https://imagedelivery.net/skPPZTHzSlcslvHjesZQcQ/a8a237d5-c242-45dc-453e-a7ad66e33a00/public)
3632

37-
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 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**.
4037

4138
## Add a subscription fee or fixed charge to a plan
4239

0 commit comments

Comments
 (0)