Products
are a fundamental organizational tool within Paygentic, allowing Merchants
to group resources related to a specific offering or service.
Product
as the container for everything related to something you sell or monetize:
Billable Metrics
, Plans
, Customers
, and Subscriptions
.Product
, giving you insights into the performance of different offerings.Merchant
Organization
.Products
like projects or folders within your Organization
to keep your different offerings neatly organized.Product
called “Judge0 Code Execution API”.Product
, they might have Billable Metrics
like “Executed Snippets”, “CPU Seconds”, “Memory Usage MB”, etc.Plans
under this Product
, perhaps a free tier with limits and a paid tier with higher usage allowances and specific pricing for each metric.Billable Metrics
, Plans
, and the resulting Customers
and Subscriptions
) would belong to the “Judge0 Code Execution API” Product
.
Product
, you define a few key details. Some of these are visible to your Consumers
during the checkout process or on dashboards.
name
: The display name of the product (e.g., “My Awesome API”, “Image Generation Service”). This is customer-facing.description
: A short description explaining what the product offers. This is also customer-facing.metadata
: Optional key-value pairs for storing any additional internal information you need about the product.Products
helps structure your billing setup logically from the start.
Next, let’s look at how you define what you measure for billing within a Product using Billable Metrics.