Per-unit pricing

DEFINITION

Per-unit pricing is a pricing model in which a customer is charged a set price for each individual unit of a product or service they use or purchase.

Per-unit pricing is a pricing model in which a customer is charged a set price for each individual unit of a product or service they use or purchase, rather than a single flat fee for unlimited access. The unit can be almost anything measurable: a seat, an API call, a gigabyte of storage, a transaction, or a physical item, and the total charge scales directly with how many units the customer consumes.

Per-unit pricing is common across software, usage-based platforms, and any business where consumption varies meaningfully from one customer to the next. Because the price is tied to a countable unit, the model requires accurate metering or counting to work correctly, along with billing logic that can translate raw usage into an invoice. A subscription platform such as Recurly supports both usage-based and quantity-based billing, so it can track per-unit quantities against a plan and generate invoices that reflect actual consumption, which reduces the manual work of reconciling usage data with what a customer owes.

Why per-unit pricing matters for subscription businesses

Per-unit pricing ties what a customer pays directly to the value or resources they consume, which can make pricing feel fairer to customers whose usage varies widely, and can lower the barrier to entry for smaller customers who only need a few units. For the business, it also means revenue can grow automatically as a customer's usage grows, without requiring a separate negotiation or plan change every time consumption increases.

The tradeoff is that per-unit pricing makes revenue less predictable than a flat subscription fee, since it depends on customer behavior that can fluctuate month to month. Getting the underlying metering and billing accurate matters more here than in flat-fee models, because any error in counting units translates directly into an incorrect invoice, which can damage trust if the customer is overcharged or create revenue leakage if they are undercharged.

How per-unit pricing works

A per-unit pricing arrangement typically operates as a straightforward sequence:

  1. The business defines the billable unit, such as a seat, an API call, or a gigabyte, and sets a price per unit.

  2. The platform or product measures and records how many units the customer consumes during a billing period.

  3. At the end of the period, the recorded quantity is multiplied by the unit price to calculate the amount owed.

  4. The customer is invoiced for that amount, either on its own or combined with other charges like a base subscription fee.

How to calculate a per-unit pricing charge

The core calculation behind per-unit pricing is simple:

Total charge = Price per unit x Units consumed

As an illustrative example, imagine a project management tool that charges $8 per active user seat per month. A company with 25 active seats in a given month would be billed:

  1. Price per unit: $8

  2. Units consumed: 25 seats

  3. Total charge: $8 x 25 = $200 for that billing period

If the same company adds 5 more seats the following month, its bill rises proportionally to $8 x 30 = $240, with no separate plan change required.

How to use per-unit pricing effectively

Businesses adopting a per-unit model can strengthen it with a few deliberate choices:

  • Define the billable unit clearly and make sure it corresponds to something the customer can see and understand, such as a seat count or a usage dashboard.

  • Invest in accurate, real-time metering, since customers will scrutinize their bill against their own sense of how much they used.

  • Decide whether to combine per-unit charges with a base fee or minimum commitment, which can stabilize revenue while still letting usage drive additional charges.

  • Provide usage visibility to customers before the invoice arrives, so unexpected increases in their bill do not come as a surprise.

  • Set clear rules for partial units, overages, and rounding, and apply them consistently across customers.

Benefits and examples

Per-unit pricing offers a distinct set of advantages compared to flat, all-you-can-use pricing:

  • Revenue scales naturally with customer usage and value received, without requiring manual upsell conversations for every increase.

  • Lower barrier to entry, since a customer with modest needs pays proportionally less than one with heavy usage.

  • Transparent value alignment, since customers can see a direct line between what they used and what they paid.

  • Flexibility to support many different customer sizes and use cases under a single pricing structure, rather than forcing everyone into the same flat tier.

As an example, an API platform might charge $0.001 per API call. A customer making 2 million calls in a month would owe $2,000 for that period, while a smaller customer making 50,000 calls would owe only $50, both under the same pricing structure.

Frequently asked questions

What is a common example of a unit in per-unit pricing? Common units include user seats, API calls, gigabytes of storage, transactions processed, or individual items sold, depending on the nature of the product.

Is per-unit pricing the same as usage-based pricing? Per-unit pricing is a form of usage-based pricing, since the charge is tied to consumption. Usage-based pricing is the broader category, and per-unit pricing specifically means charging a fixed rate for each discrete unit consumed.

Can per-unit pricing be combined with a subscription fee? Yes. Many businesses combine a flat base subscription fee with per-unit charges for usage beyond an included allotment, which balances predictable base revenue with usage-driven upside.

What is the biggest risk with per-unit pricing? The biggest risk is usually inaccurate metering or unclear unit definitions, which can lead to billing disputes, revenue leakage, or customer confusion if the invoiced amount does not match the customer's own sense of their usage.