Configure whether Lago should generate invoices with a total amount of zero.
finalize_zero_amount_invoice
is enabled (true
) by default.
You can disable it at the billing entity level under Invoice settings. When set to false
, Lago will skip finalizing empty invoices for all customers linked to that billing entity — unless a customer-specific override is applied.
finalize_zero_amount_invoice
setting from the organization.
You can override this setting for individual customers to meet specific needs.
The available options are:
inherit
: Follows the billing entity setting;skip
: Skips finalizing empty invoices; orfinalize
: Always finalizes invoices, even if empty.