What is a Pricing Model?
A Pricing Model defines everything your customers can buy and access:- Products & Prices: The items you sell and what they cost.
- Features: Boolean access flags and usage credit grants that products provide.
- Usage Meters: Consumption tracking for variable-cost resources.
- Resources: Claimable capacity like seats, API keys, or project limits.
Each organization has one live mode Pricing Model. When a new Customer is created, they are automatically associated with it.
Managing Your Pricing Model
You can manage your pricing model through the Flowglad dashboard (underStore > Pricing Models) or programmatically via the API.
Creating a Pricing Model
You have four options when creating a pricing model:- From Scratch: Start with an empty pricing model and add products and prices as needed.
- Duplicate an Existing Pricing Model: Create a copy of an existing pricing model, including all its products, prices, features, usage meters, and resources. The duplicate is entirely independent, so modifications won’t impact the original.
- Import from pricing.yaml: Import a pricing model YAML file in the dashboard to instantly recreate a pricing model setup.
- Create from Template: Browse popular pricing models in the dashboard and create from a template.