Skip to content

Commit 4833d07

Browse files
New topic: Pricing table display defaults
1 parent d90f656 commit 4833d07

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
page_id:
3+
title: Pricing tables for plan group types
4+
sidebar:
5+
order: 4
6+
relatedArticles:
7+
- 37d5ae8e-cfd1-4e5d-8333-387b6967ec23
8+
- db047df7-d6b6-4d02-843f-dce6000bacbd
9+
---
10+
11+
The pricing table that displayed in a particular flow depends on the the [default plan groups and group types](/billing/manage-plans/add-manage-plan-groups/).
12+
13+
## B2C (User-based)
14+
15+
A pricing table is shown when:
16+
17+
- A new user registers
18+
- An existing user, marked as a billing customer, signs in but isn’t on a plan yet
19+
20+
## B2B (Org-based)
21+
22+
A pricing table is shown when:
23+
24+
- A new organization registers (`is_create_org` parameter)
25+
- An org member with `org:write:billing` permission signs in and the org is a billing customer but not on a plan yet
26+
27+
## B2B2C (Platforms - uses both)
28+
29+
- Organization plan selection = B2B logic
30+
- User plan selection = B2C logic
31+
32+
## Override the default plan display
33+
34+
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/).
35+
36+
## Summary of display ffor plan groups
37+
38+
| Model | Plan group | Pricing table is shown when |
39+
| --- | --- | --- |
40+
| B2C | User plan group | New user registers / logs in |
41+
| B2B | Org plan group | New org registers / billing admin |
42+
| B2B2C | Both | Depends on flow context |
43+
44+

0 commit comments

Comments
 (0)