PREMIUM FEATURE ✨Lago may automatically generate a credit note when a subscription is upgraded or
downgraded. However, only users with a premium license can manually generate
credit notes via the user interface or the API. Please
contact us to get access to Lago Cloud and Lago
Self-Hosted Premium.
Credit notes can only be issued for invoices with the status
finalized
and
an amount greater than zero.Access credit notes creation flow
To create a credit note through the user interface:- Go to the “Customers” section;
- Select a customer to open the customer view;
- Open the “Invoices” tab;
- Click an invoice to see its details; and
- Select “Issue a credit note” from the “Actions” dropdown (upper right corner).
- If the payment status of the invoice is
pending
orfailed
, the credit note will allow you to credit back the customer’s account; and - If the payment status of the invoice is
succeeded
, the credit note will allow you to credit back the customer’s account and/or refund them.
Prepaid credits used to pay for an invoice cannot be refunded, they can only be credited
back to the customer account. Coupons can neither be refunded nor credited back to the
customer account.
Issue a credit note
- Dashboard
- API
- Select a reason from the list (e.g. duplicate charge, order cancelation, etc.);
- Add an internal note (optional);
- Select the item(s) and enter the amount(s) you want to credit;
- Select the credit method(s) (only available for paid invoices - learn more); and
- Click “Issue credit note” to confirm.
For each item, you must enter a credit amount equal to or less than the
initial amount of the item, excluding tax. The total amount of the credit note
cannot exceed the total amount of the invoice.
credit_note.created
webhook
will automatically be sent by Lago.
You can link several credit notes to an invoice. Like invoices, credit notes
have a unique number and can be downloaded in PDF format.

Credit note detail
Credit methods
Refund
When a credit note involves a refund, the amount of the refund will be included in thecredit_note.created
webhook, which will allow
you to proceed with the payment.
The credit note will also feature a refund_status
that can be pending
,
succeeded
or failed
. You can update the status of the refund via the API.
If you use one of our native payment integrations, the refund process will
automatically be triggered by Lago.
Credit note wallet
The amount of the credit note that is not refunded is credited to the customer’s account via a credit note wallet. The credit amount is included in thecredit_note.created
webhook and displayed on the
credit note details page.
A credit note wallet is linked to a single credit note and therefore, to a
single invoice. If there are several credit notes linked to the customer’s
account, Lago will create a credit note wallet for each of them.Credit note wallets are different from wallets associated with prepaid credits.
credit_status
is
available
. Then when the amount of the credit note wallet is zero, the status
switches to consumed
.
Void available credit
You can void the available credit linked to a specific credit note. To do so:- Dashboard
- API
- Go to the “Customers” section;
- Select a customer to open the customer view;
- Open the “Credit notes” tab;
- Click a credit note to see its details; and
- Select “Void credit available” from the “Actions” dropdown (upper right corner).
When voiding a credit note wallet, the remaining credit amount will be lost
and the
credit_status
will switch to voided
. This action cannot be
canceled.