You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 |
0 commit comments