Hybrid billing

DEFINITION

Hybrid billing is a pricing model that combines more than one billing method in a single subscription, most often a fixed recurring base fee paired with usage-based charges for consumption beyond an included allowance. It gives a business a predictable revenue floor with upside from usage.

Hybrid billing is a pricing model that combines more than one billing method in a single subscription, most often a fixed recurring fee paired with usage-based charges. A customer pays a predictable base amount each cycle and then pays extra for what they consume beyond what the base includes.

The model blends the stability of a flat subscription with the fairness of paying for usage. It suits products where customers want a committed plan for the core service but consumption varies from one account to the next, such as platforms that bundle a set allowance and then meter overages. Hybrid pricing can also fold in per-seat charges, tiers, and one-time fees on the same invoice. Running it well depends on a billing system that can rate usage, apply the base fee, and present the combined charges cleanly. Recurly's own Hybrid pricing feature is built for this: it combines recurring, quantity-based, usage-based, and one-time charges into a single transaction (a "purchase"), so a subscription and any non-recurring custom charges land on one invoice. A plan with just a base fee plus a usage-based add-on, the most common hybrid pattern, does not require this feature at all; that is handled through standard plan and add-on configuration.

Why hybrid billing matters for subscription businesses

Hybrid billing lets a business capture value from heavy users without pricing out light ones. A flat fee alone leaves money on the table when some customers consume far more than others, while pure usage pricing makes revenue hard to predict and can scare off buyers who want a known cost. Combining the two gives the company a recurring revenue floor and upside from consumption.

It also matches how many modern products deliver value. When usage tracks the benefit a customer receives, charging partly on usage aligns price with value, which customers tend to accept as fair. The tradeoff is complexity: hybrid pricing is only as good as the billing system's ability to measure usage accurately and explain the resulting invoice.

How hybrid billing works

A hybrid model layers two or more charge types onto one subscription. The typical building blocks are:

  • A recurring base fee billed each cycle, often including a set allowance of usage.

  • Usage-based charges for consumption beyond the included allowance, rated per unit or in tiers.

  • Optional per-seat charges that scale with the number of users.

  • Optional one-time fees, such as setup or add-on purchases.

At the close of each billing cycle, the system totals the base fee, meters and rates the usage, adds any seat or one-time charges, and produces a single invoice. Accurate usage measurement and clear line items keep the model from confusing customers. On Recurly, this happens through two separate mechanisms: a plan's own add-ons (recurring, usage-based, or quantity-based) handle the base fee plus overage, while Recurly's Hybrid pricing and Purchases API let you also bundle one-time, non-recurring custom charges onto that same invoice in a single transaction.

Benefits and examples

Hybrid billing offers a balance that pure models cannot:

  • Predictable base revenue from the recurring fee, plus upside from usage.

  • Pricing that scales with the value a customer receives, which supports expansion over time.

  • A lower entry point for smaller customers who mostly use the included allowance.

  • Flexibility to serve very different customer sizes on the same plan structure.

As an illustration, consider a hypothetical platform charging a $50 monthly base that includes 1,000 API calls, plus $0.01 for each call beyond that. A customer who makes 3,500 calls in a month pays the $50 base plus 2,500 overage calls at $0.01 each, which is $25, for a total of $75. A customer who stays within the allowance pays only the $50 base. On Recurly, this is configured as a tiered usage-based add-on: a $0 first tier covering the first 1,000 calls, then a priced second tier for anything beyond it, attached to a plan with the $50 recurring fee. No separate hybrid or purchase-level configuration is needed for this pattern.

Frequently asked questions

What is hybrid billing? It is a pricing model that combines more than one billing method in a single subscription, usually a fixed recurring fee plus usage-based charges. Customers pay a predictable base and then pay for consumption beyond what the base includes.

How is hybrid billing different from usage-based billing? Usage-based billing charges only for what a customer consumes, so revenue rises and falls entirely with usage. Hybrid billing adds a fixed recurring fee on top of usage charges, giving the business a predictable base while still charging for consumption.

What kinds of businesses use hybrid billing? It fits products where customers want a committed plan for the core service but consumption varies between accounts, such as platforms that bundle a set allowance and meter overages, or services that combine a base plan with per-seat or add-on charges.

Is hybrid billing hard to manage? It is more complex than a flat fee because it requires measuring and rating usage accurately and presenting the combined charges clearly. A billing platform that handles recurring, usage, and one-time charges together is what makes it manageable.