Creating Pricing Plans
This page walks you through how to configure the 4 key elements required in the SaaS Development Console—Meter Unit → Measurement Unit → Function Menu → Pricing Plan—using Free / Basic / Enterprise as examples.
1. Create a Meter Unit
First, register a meter unit to track usage.
| Meter Unit Key | Display Name | Description |
|---|---|---|
comment_count | Comment Count | Comment Count |

info
If Stripe integration is enabled, you can choose sum or max for usage aggregation.
Details → Meter Unit Settings
2. Create Measurement Units
2-1. For Free Plan (Usage Unit)
| Key | Display Name | Type | Meter | Unit Price | Cap | Currency |
|---|---|---|---|---|---|---|
free_comment | Number of Free Plan Comments | Usage Unit | Comment Count | 0 | 10 | JPY |

2-2. For Basic Plan (Fixed + Tiered Units)
| Key | Display Name | Type | Meter | Pricing | Currency |
|---|---|---|---|---|---|
basic_base | Basic Plan Basic Fee | Fixed Unit | — | 500 / month | JPY |
basic_comment | Number of comments for Basic plan | Tiered Unit | Comment Count | 0-10=500 | JPY |


2-3. For Enterprise Plan (Tiered Usage Unit)
| Key | Display Name | Type | Meter | Tiered Pricing | Currency |
|---|---|---|---|---|---|
enterprise_comment | Number of comments for Enterprise plan | Tiered Usage Unit | Comment Count | 0-1,000=50 / item | JPY |

3. Create Function Menus
| Menu Key | Display Name | Included Units |
|---|---|---|
free_menu | Free Plan Basic Menu | Comment Count for Free |
basic_menu | Basic Plan Basic Menu | Basic Plan Basic Fee Number of comments for Basic plan |
enterprise_menu | Enterprise Plan Basic Menu | Number of comments for Enterprise plan |

Repeat the same process for Basic and Enterprise plans as you did for Free.
4. Create Pricing Plans
| Plan Key | Display Name | Function Menu |
|---|---|---|
free_plan | Free Plan | Free Plan Basic Menu |
basic_plan | Basic Plan | Basic Plan Basic Menu |
enterprise_plan | Enterprise Plan | Enterprise Plan Basic Menu |

Repeat the same setup steps for Basic and Enterprise as you did for Free.
You’ve now completed setup for the Free / Basic / Enterprise pricing plans.