> 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/payment-requests/how-to-create-a-payment-request.md).

# Create a Payment Request

Payment requests in PaintScout let you request deposits, progress payments, or full balances on a single invoice. Use a deposit to collect a partial payment before work starts. Your customer receives an email with a link to pay online.

{% embed url="<https://www.youtube.com/watch?v=qMyV8GmnxEM>" %}

## What are payment requests?

A payment request is a notification sent to your customer asking for a specific payment amount. You can send multiple requests on one invoice to collect deposits and progress payments throughout a project.

***

## How to create a payment request

1. Create an invoice, scroll to the Payments section, and click **Add/Request Payment.**

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

   <figure><img src="/files/eAi49fO8JAIrvZTUgVSk" alt="Screenshot showing the Request Payment option in the pop-up menu"><figcaption></figcaption></figure>
3. On the **Configure Payment** dialog, you’ll find two options for your payment request:

* **Full Amount:** Choose this option to request the total amount listed on the invoice. Ideal for collecting the full remaining balance in one go.
* **Custom:** Use this option to customize your payment request. You can request a deposit or progress payment in either a dollar amount ($) or a percentage (%). If you choose a percentage, you’ll have the option to calculate it based on the total invoice amount or the remaining balance.

<figure><img src="/files/5dYkINNeEfkmFFjDDc40" alt="Screenshot showing the Configure Payment screen with Full Amount and Custom payment options"><figcaption></figcaption></figure>

4. Add an optional **Client Note** to your payment request. Your customer sees this message.
5. You can choose whether to allow credit card or ACH payments in the payment settings for this invoice.
6. When your payment request is ready, click **Next** to draft the email, then click **Send Payment Request** to send it by email or text.

   <figure><img src="/files/4Crfrbe6EXCfRAgCwEec" alt="Screenshot showing the email composition screen with the Send Payment Request button"><figcaption></figcaption></figure>
7. Your customer sees the request at the top of their invoice.

<figure><img src="/files/FwYnTIgjMtqGAAlHiVbD" alt=""><figcaption></figcaption></figure>

8. Sent requests appear in the Payments section with a **Requested** status.

<figure><img src="/files/BOeHtexAjF88c8jbBtBH" alt=""><figcaption></figcaption></figure>

&#x20;&#x20;

## Related articles

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Delete a Payment Request</strong></td><td>How to remove a payment request from an invoice while keeping the invoice accessible</td><td><a href="/pages/22h86wgyfpuhTIZ75eSw">/pages/22h86wgyfpuhTIZ75eSw</a></td></tr></tbody></table>


---

# 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/payment-requests/how-to-create-a-payment-request.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.
