# Overdue Invoices

The **Overdue Invoices Report** page provides a comprehensive overview of all invoices that are overdue for payment. This report is essential for tracking outstanding payments, managing late fees, and ensuring timely follow-up with clients. The report displays critical information about each overdue invoice, including the invoice number, client details, issued date, total amount due, outstanding balance, due date, days overdue, and status of automatic payment retries.

<figure><img src="/files/vzGdzFpKz75rJAhG9SIY" alt=""><figcaption><p>Overdue of late invoices</p></figcaption></figure>

#### Automatic retry

This column provides an overview of the automatic payment retries that is built into the platform.  It also shows how many attempts have been made.  For further information see [payment retries](/billing/payments/payment-retry-dunning.md).

**Days overdue**

Quickly see how many days overdue an invoice is.  If the invoices is more than 5 days overdue the days will turn red to allow you to quickly see which invoices require attention.

### Overdue when a payment is processing

An invoice is considered overdue even if the payment has been initiated and is in progress.  We will  remove an overdue flag once the payment has successfully completed.&#x20;

{% hint style="info" %}
Differences for Loopit 2.0: Your total overdue balance may appear higher as direct debit payments are processing.  We do not treat processing payments as successful whilst they are processing.
{% endhint %}

### Applying late fees to an invoice

From this report you have the ability to apply late payment fees.  If a late fee has already been applied you will see a green "Late fee applied" badge. To charge a late fee;

1. Click the action menu and select Charge late fee.
2. Select an [item](/billing/billing-items.md) (we automatically select an item if the name contains the word "late").
3. Enter the amount.  Default is 15 excluding [taxes](/billing/invoices/tax-types-and-rules.md).
4. Press Issue invoice.

The late fee invoice will automatically become overdue within a few minutes of being issued.  We will attempt to charge the late fee invoice within a few minutes of it being created.

<figure><img src="/files/5GKHQ4nYG30JIWtBnLoe" alt=""><figcaption><p>Charging a late fee</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.loopit.co/billing/invoices/overdue-invoices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
