Skip to content

Commit 7107f7b

Browse files
chore: Update billing notice for low level APIs (#2409)
Co-authored-by: Alexis Aguilar <[email protected]>
1 parent 0875474 commit 7107f7b

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
> [!WARNING]
2+
>
3+
> This feature is currently in Beta. The low-level JavaScript APIs exposed via `Clerk.billing` are experimental and may undergo breaking changes. To mitigate potential disruptions, we recommend [pinning](https://docs.renovatebot.com/dependency-pinning/#what-is-dependency-pinning) your SDK and `clerk-js` package versions.

docs/billing/b2b-saas.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Clerk billing for B2B SaaS
33
description: Clerk billing is a feature that allows you to create and manage plans and features for your application.
44
---
55

6+
<Include src="_partials/billing/billing-experimental" />
7+
68
Clerk billing for B2B SaaS allows you to create plans and manage subscriptions **for companies or organizations** in your application. If you'd like to charge individual users, see [Billing for B2C SaaS](/docs/billing/b2c-saas). You can also combine both B2C and B2B billing in the same application.
79

810
<Include src="_partials/billing/enable-billing" />

docs/billing/b2c-saas.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Clerk billing for B2C SaaS
33
description: Clerk billing is a feature that allows you to create and manage plans and features for your application.
44
---
55

6+
<Include src="_partials/billing/billing-experimental" />
7+
68
Clerk billing for B2C SaaS allows you to create plans and manage subscriptions **for individual users** in your application. If you'd like to charge companies or organizations, see [Billing for B2B SaaS](/docs/billing/b2b-saas). You can also combine both B2C and B2B billing in the same application.
79

810
<Include src="_partials/billing/enable-billing" />

docs/billing/overview.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Clerk billing
33
description: Clerk billing is a feature that allows you to create and manage plans and features for your application.
44
---
55

6+
<Include src="_partials/billing/billing-experimental" />
7+
68
Clerk billing allows your customers to purchase recurring subscriptions to your application. To get started, **choose one or combine both of the following** business models depending on your application's needs.
79

810
<Cards>

0 commit comments

Comments
 (0)