Credit note examples
Learn about revenue recognition with credit note examples.
Unless stated otherwise, these credit note examples assume that revenue recognition takes place on a per-day basis.
Credit note before a payment ![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
A pre-paid credit note is issued before the customer makes a payment or before the invoice is fully paid. It is used to adjust the amount the customer owes or to provide a discount upfront. Here’s an example:
In this example, a customer starts a subscription for a 3 month period on January 1 at 00:00:00 UTC that costs 120 USD. Before a payment is received, you offer a pre-payment credit note of 30 USD that is applied to the customer balance. This is treated like an upfront discount and reduces your overall invoice to 90 USD. The invoice is then paid in February for 90 USD. Your summary for March would look something like this:
Account | Starting | Jan 2024 | Feb 2024 | Mar 2024 | Ending |
---|---|---|---|---|---|
AccountsReceivable | 0.00 | +90.00 | -90.00 | 0.00 | |
Cash | 0.00 | +90.00 | 90.00 | ||
Revenue | 0.00 | +31.00 | +28.00 | +31.00 | 90.00 |
DeferredRevenue | 0.00 | +59.00 | -28.00 | -31.00 | 0.00 |
Credit note after a payment ![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
You can use a refund, a customer credit, or an out-of-band credit to issue a credit note to a customer after they’ve made a payment.
In this example, a customer starts a subscription for a 3 month period on January 1 at 00:00:00 UTC that costs 90 USD. The subscription generates an invoice and the customer pays it immediately. On February 1, you issue a credit note of 45 USD where you: refund 15 USD; credit 10 USD to the customer balance; and credit 20 USD to an external customer balance (an out-of-band credit). Your summary for March would like something like this:
Account | Jan 2024 | Feb 2024 | Mar 2024 |
---|---|---|---|
Cash | +90.00 | -15.00 | |
Revenue | +31.00 | +14.00 | +15.50 |
DeferredRevenue | +59.00 | -43.50 | -15.50 |
Refunds | +5.10 | ||
CreditNotes | +10.40 | ||
CustomerBalance | +10.00 | ||
ExternalCustomerBalance | +20.00 |
Credit note without line items ![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
This example uses the following assumptions:
- On January 1 at 00:00:00 UTC, a customer starts a 6 month subscription that costs 181 USD.
- The subscription generates an invoice.
- The invoice finalizes, but the customer has not paid yet.
- On February 1, you issue a credit note of 90.50 USD.
When the credit note is issued:
- The accounts receivable account is reduced according to the credit note’s amount.
- Recognized revenue is offset by contra revenue proportionally in the credit notes account.
- Deferred revenue from the subscription that hasn’t been recognized is reduced proportionally to the credit note amount.
If you viewed the summary after March ends, it might look something like this:
Account | Starting | Jan 2024 | Feb 2024 | Mar 2024 | Ending Mar 2024 |
---|---|---|---|---|---|
AccountsReceivable | 0.00 | +181.00 | -90.50 | 90.50 | |
Revenue | 0.00 | +31.00 | +14.00 | +15.50 | 60.50 |
DeferredRevenue | 0.00 | +150.00 | -89.00 | -15.50 | 0.00 |
CreditNotes | 0.00 | +15.50 | 15.50 |
When the credit note is voided on May 3:
- Reverses the credit notes account.
- Increases accounts receivable back to the original invoice due amount.
- Recognizes the reduced revenue in May instead of February, March, and April.
- Reinstates the reduced deferred revenue in May.
The summary after June end might look something like:
Account | Starting | Jan 2024 | Feb 2024 | Mar 2024 | Apr 2024 | May 2024 | Jun 2024 | Ending |
---|---|---|---|---|---|---|---|---|
AccountsReceivable | 0.00 | +181.00 | -90.50 | +90.50 | 181.00 | |||
Revenue | 0.00 | +31.00 | +14.00 | +15.50 | +15.00 | +75.50 | +30.00 | 181.00 |
DeferredRevenue | 0.00 | +150.00 | -89.00 | -15.50 | -15.00 | -0.50 | -30.00 | 0.00 |
CreditNotes | 0.00 | +15.50 | -15.50 | 15.50 |
A credit note without line items doesn’t match with a specific invoice line item. Rather, the amount of the credit note is divided proportionally among the invoice line items.
Credit note with line items ![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
A credit note with line items works similarly to a credit note without line items, except that a credit note line item is used for adjusting the revenue and other accounts for a corresponding invoice line item.
Credit note with negative line items ![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
Adjustments to accounts for a credit note with negative line items are the reverse of those for a credit note with positive line items.
Learn how to credit negative invoice line items in the Dashboard or programmatically with the API.