# Marking an Invoice Manually as Paid

In some cases, you may need to manually mark an invoice as paid—for example, if payment was received outside of the platform (e.g. by EFT or cash), or if the payment gateway failed to register the transaction.

{% hint style="info" %}
**Note:** This action should only be used when you're confident the payment has been received in full and reconciled in your financial system. Manual payments will not trigger a transfer of funds through your connected payment provider.
{% endhint %}

## Steps to mark an invoice as paid

{% stepper %}
{% step %}

### Go to the invoice

* Navigate to the **Invoices** section from the left-hand menu or via the **booking**.
* Use filters or search to locate the relevant invoice.
  {% endstep %}

{% step %}

### Open the invoice

* Click the invoice number to view full invoice details.
  {% endstep %}

{% step %}

### Locate the Blue 'Pay' button in the top right corner![](/files/AkhGohXqwTH6A6kIFNNx)

* Select **Mark as Paid**.
* A confirmation modal will appear. You can edit:
  * Amount to Pay
  * Date&#x20;
  * Reference (optional)
    {% endstep %}

{% step %}

### Select 'Process Payment'

{% endstep %}
{% endstepper %}

## What happens next?

* The invoice status will update to **Paid**.
* The payment will appear in the Payments tab on the invoice.
* No payment will be collected via your payment provider (e.g. Stripe).
* If the invoice was overdue, late fees will no longer accrue from that point forward.


---

# 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/marking-an-invoice-manually-as-paid.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.
