Set minimum spend for subscriptions
complete
Lago admin
As a user, I want to define the minimum spend that applies to the customer's plan. Consider the following monthly plan:
- Subscription fee = $50 per month (in arrears);
- Usage-based charge = $10 per unit per month (in arrears); and
- Monthly minimum spend = $100.
If at the end of the month, the customer has consumed 3 units, their total invoice will be: $50 + 3 * $10 = $80 + $20 (true-up fee) = $100.
Lago admin
complete
We released a great feature to set a minimum spending per subscription. Please note the following:
- Min commitment is, for now, always calculated in arrears (at the end of the period)
- If the total invoiced for a period does not match the minimum commitment, Lago issues a true-up fee. If the total invoiced for a period is above the commitment, Lago invoices the actual usage
- You can override the minimum commitment for a specific subscription
- For now, commitment interval only follows the plan's interval (ie: plan monthly with commitment monthly, etc..)
- This is a premium feature
Documentation: https://docs.getlago.com/guide/plans/commitment
Michael Ponrajah
in progress
M
Mathieu Déjean
planned