Skip to content

Commit 20757ff

Browse files
Merge pull request #464 from kinde-oss/feat/Add-Youtube-vids
Videos by Dave added to billing topics
2 parents 3dd5f82 + f0469d0 commit 20757ff

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

src/content/docs/billing/billing-user-experience/pricing-table-display.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ relatedArticles:
88
- db047df7-d6b6-4d02-843f-dce6000bacbd
99
---
1010

11-
The pricing table that is displayed in a particular flow depends on the the [default plan groups and group types](/billing/manage-plans/add-manage-plan-groups/).
11+
The pricing table that is displayed in a particular flow depends on the the [default plan groups and pricing table order](/billing/manage-plans/add-manage-plan-groups/).
1212

1313
## B2C (User-based)
1414

@@ -29,6 +29,10 @@ A pricing table is shown when:
2929
- Organization plan selection = B2B logic
3030
- User plan selection = B2C logic
3131

32+
## Here's a video showing the user experience for billing
33+
34+
<YoutubeVideo videoId="xxVwZW8OxIA" videoTitle="Billing user experience"/>
35+
3236
## Override the default plan display
3337

3438
You can override which plan or pricing table is shown using URL parameters. See: [Update code and URLs for billing](/billing/billing-user-experience/add-billing-to-url-sdk/).

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ You can’t currently connect your existing Stripe account, but you will be able
1616

1717
</Aside>
1818

19+
## Watch a quick video about how to connect to Stripe
20+
21+
<YoutubeVideo videoId="-TgYfXe2qrs" />
22+
23+
## Connect to Stripe
24+
1925
1. If you are testing billing, switch to your non-production environment. This will automatically trigger the use of a test Stripe account as well.
2026
2. Go to **Settings > Environment > Billing**.
2127
3. Select **Connect Stripe account**. Kinde initiates the connection and adds the connection card.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ When you use a non-production environment, Stripe automatically creates a test S
3434

3535
When using a Kinde test environment and a test Stripe account, you will not incur any billing-related fees from Stripe or Kinde.
3636

37-
## Before setting up billing
37+
## Watch a video about creating and publishing plans, and building pricing tables
38+
39+
<YoutubeVideo videoId="M3hX3JwhEY8" videoTitle="Manage plans, features, and pricing in Kinde"/>
40+
41+
## Tip: Before setting up billing
3842

3943
- Make a list of all your app’s features - with names, descriptions, prices, metered rates, limits, inclusions, etc. You might consider doing this in a spreadsheet to make it easier and faster to add features in the Kinde plan builder. Include plan variations for prices, limits, etc.
4044

0 commit comments

Comments
 (0)