> For the complete documentation index, see [llms.txt](https://help.paintscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.paintscout.com/support/invoicing-and-payments/recording-payments/how-to-manually-add-a-payment.md).

# Manually Add a Payment

In PaintScout, you can record payments received by cash, check, or electronic transfer directly on an invoice.

1\. Select **+Add/Request Payment** on the invoice and choose **Record Payment.**

<figure><img src="/files/8NKu1wHCxlW2qY69moRR" alt="Screenshot showing the Add/Request Payment pop-up with the Record Payment option"><figcaption></figcaption></figure>

2\. Enter the **payment method**, **amount paid**, and **payment date**. You can also add a note, such as a check number, and mark the payment as a deposit if needed. When you are done, save the payment.

<figure><img src="/files/vFqwE85zjWfiFiQtzapW" alt="Screenshot showing the Record Payment form with fields for payment method, amount, date, and notes"><figcaption></figcaption></figure>

The payment appears in the Payments Table with a **Successful** status. Manual payments do not move into **Processing** or **Failed**.

<figure><img src="/files/YGalhwISvGnJYsBES1T4" alt="Screenshot showing the recorded payment in the Payments Table with a Paid status"><figcaption></figcaption></figure>

{% hint style="info" %}
You can add your list of payment methods in settings. [Learn more](/support/invoicing-and-payments/payments/adding-payment-methods.md).
{% endhint %}

## Related articles

* [Mark a Payment Request as Successful](/support/invoicing-and-payments/payment-requests/how-to-mark-a-payment-request-as-paid.md) — Mark payment requests as successful for cash, check, or other offline methods
* [How Customers Pay](/support/invoicing-and-payments/recording-payments/how-customers-make-a-payment.md) — See the customer payment flow from email to checkout


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.paintscout.com/support/invoicing-and-payments/recording-payments/how-to-manually-add-a-payment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
