> 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/adding-payments-to-invoices.md).

# Add Payments to Invoices

Use the Payments section on an invoice to record manual payments or take a credit card payment.

## How to manually add a payment

1\. In the **Payments** section of the invoice, select **Add/Request Payment**.

<figure><img src="/files/udDsxPtjcnxV6jbvYogz" alt="Screenshot showing the Add/Request Payment button in the Payments section of an invoice"><figcaption></figcaption></figure>

2\. Select **Record Payment**.

<figure><img src="/files/k4EbC2174vbCJ0lsd1bP" alt="Screenshot showing the pop-up menu with the Record Payment option"><figcaption></figcaption></figure>

3\. 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.

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

4\. The payment appears on the invoice in the **Payments Table** with a **Successful** status.

<figure><img src="/files/RPLfXfj2fnvTwe5I0BWl" alt="Screenshot showing the recorded payment reflected in the Payments Table on the invoice"><figcaption></figcaption></figure>

***

## How to take a credit card payment

1. On the invoice, select **Add/Request Payment** in the Payments Table.

   <figure><img src="/files/udDsxPtjcnxV6jbvYogz" alt="Screenshot showing the Add/Request Payment button in the payments table on an invoice"><figcaption></figcaption></figure>
2. Select **Take Credit Card Payment**, enter the amount, and enter your customer's card details.

   <figure><img src="/files/Frt8wQYLYKgOX0XvXai3" alt="Screenshot showing the Take Payment option with balance and credit card details entry fields"><figcaption></figcaption></figure>
3. The payment appears on the invoice in the Payments Table. If the processor needs extra time, you may see **Processing** before the payment becomes **Successful** or **Failed**.

&#x20;&#x20;

## Related articles

* [Payments Table Overview](/support/invoicing-and-payments/invoices/payments-table-overview.md) — Manage payment requests, recorded payments, and credit card charges
* [Creating Invoices](/support/invoicing-and-payments/invoices/creating-invoices.md) — Turn an accepted estimate into an invoice


---

# 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/adding-payments-to-invoices.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.
