---
source_url: "https://getlago.com/docs/guide/plans/charges/prorated-vs-full"
title: Prorated vs Full - Lago
mirrored_at: 2026-08-06T01:05:13.484Z
host: getlago.com
cited_in_42a: true
mirror_canonical: "https://index.42a.ai/getlago.com/docs/guide/plans/charges/prorated-vs-full"
---

> **Original source:** https://getlago.com/docs/guide/plans/charges/prorated-vs-full

You can **determine whether a charge is prorated or fully-billed**. Understanding the distinction between these two types of charges is crucial for effectively managing your billing processes. In this documentation, we will delve into the differences between prorated and fully-billed charges and their implications within the Lago system.

## Prorated charges

-   Dashboard
    
-   API
    

When creating a prorated charge in Lago with the `prorated` parameter set to `true`, an important behavior is triggered. Adding a new unit during the billing period results in the amount due for that unit being prorated based on the number of days it was used.This means that your customers will only be charged for the actual number of days they utilized a billing unit. Let’s **consider the example of prorated** `Seats`, where each seat costs $10. If a new seat is added on July 10th, the unit will be prorated for 22 days, resulting in a corresponding prorated charge for that duration. This ensures fair and accurate billing based on the usage period._Example: (1 Seat x $10), used for 22 days = $7.33_By leveraging prorated charges in Lago, you can provide transparent and cost-effective billing for services that are added or removed mid-billing cycle, adjusting the charges according to the actual duration of usage.

Create a charge that is prorated by setting `prorated` to `true`.

## Fully-billed charges

-   Dashboard
    
-   API
    

When creating a fully-billed charge in Lago with the `prorated` parameter set to `false`, an important behavior occurs. If a new unit is added during the billing period, the amount due for that unit is billed in full, regardless of the number of days it was used.This means that your customers will be charged for the entire billing period, even if they only utilized the billing unit for a few days. \*\*Let’s consider the example of fully-billed \*\*`Seats`, where each seat costs $10. If a new seat is added on July 10th, it will be billed for the full billing period. For instance, if there is one seat that was used for 22 days in the billing period, the charge would be calculated as follows:_(1 Seat x $10), used for 22 days = $10._By utilizing fully-billed charges in Lago, you ensure that you do not lose revenue by billing customers for the entire billing period, regardless of the actual duration of usage.

Create a charge that is billed fully by setting `prorated` to `false`.