> 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/invoices/invoicing-with-paintscout.md).

# Why PaintScout Invoicing?

{% hint style="success" %}
**Start Here:** New to invoicing? Begin with [How to Create and Send an Invoice](/support/invoicing-and-payments/invoices/creating-invoices.md) for a step-by-step walkthrough.
{% endhint %}

Getting paid should be as smooth as writing the estimate. PaintScout's invoicing features let you convert accepted estimates into invoices, send payment requests, collect card or ACH payments, record offline payments, and track every dollar from deposit to final balance without leaving the platform.

{% hint style="info" %}
A new payments experience is rolling out in stages. Depending on your account, you may see refreshed payment labels, new statuses, refund tools, and updated reports.

See [What’s New in Payments](/support/invoicing-and-payments/invoices/whats-new-in-payments.md) for the rollout details.
{% endhint %}

## How Invoicing Works in PaintScout

The invoicing workflow in PaintScout is designed to flow naturally from your estimates:

1. **Create an invoice.** Once a customer accepts an estimate, you can [create and send an invoice](/support/invoicing-and-payments/invoices/creating-invoices.md) directly from that estimate. PaintScout pulls in the accepted scope, pricing, and customer details automatically, so there is no re-entering data.
2. **Send payment requests.** A [payment request](/support/invoicing-and-payments/payment-requests/how-to-create-a-payment-request.md) is a specific ask for money — whether it is a deposit before work begins, a progress payment, or the final balance. You can send multiple payment requests against a single invoice to break the job into manageable payment milestones.
3. **Collect payments.** When connected to [PaintScout Payments](/support/invoicing-and-payments/payments/paintscout-payments.md) or [Stripe](/support/invoicing-and-payments/payments/payment-processing-with-stripe.md), your customers can pay online by clicking the invoice link. You can also record cash, check, or other offline payments manually. If you offer financing through [Wisetack](/support/integrations/financing/wisetack-integration.md), customers can apply from supported estimates and invoices.
4. **Track everything.** The [Payments Table](/support/invoicing-and-payments/invoices/payments-table-overview.md) shows payment requests, recorded payments, and payment details in one place. You may also see statuses like **Processing**, **Failed**, and **Refunded**.

## Key Invoicing Features

* **Deposit requests** — [Request a deposit](/support/invoicing-and-payments/payment-requests/how-to-request-a-deposit-payment.md) before starting work to secure the job and protect your cash flow.
* **Multiple payment requests** — Break a large job into deposit, progress, and final payment milestones.
* **Flexible payment collection** — Request a payment, [record a manual payment](/support/invoicing-and-payments/recording-payments/how-to-manually-add-a-payment.md), or take card or ACH payments directly from the invoice.
* **Payment tracking and statuses** — Review what is requested, successful, processing, failed, or refunded in the [Payments Table](/support/invoicing-and-payments/invoices/payments-table-overview.md), based on your rollout.
* **Refund support** — Refund eligible successful payments when refunds are enabled on your account.
* **Customer payment experience** — Learn [how customers make a payment](/support/invoicing-and-payments/recording-payments/how-customers-make-a-payment.md) so you can walk them through the process if they have questions.
* **Payment request management** — [Delete](/support/invoicing-and-payments/payment-requests/how-to-delete-a-payment-request.md) or [mark payment requests as successful](/support/invoicing-and-payments/payment-requests/how-to-mark-a-payment-request-as-paid.md) as needed to keep your invoice records accurate.

## Tips for Faster Payments

* **Connect a payment processor.** Online payments through [PaintScout Payments](/support/invoicing-and-payments/payments/paintscout-payments.md) or [Stripe](/support/invoicing-and-payments/payments/payment-processing-with-stripe.md) reduce the time between sending an invoice and getting paid.
* **Request deposits up front.** A deposit secures the customer's commitment and improves your cash flow before materials are purchased.
* **Send invoices promptly.** The sooner a customer receives an invoice after accepting an estimate, the sooner they are likely to pay.
* **Enable payment notifications.** Turn on payment-received emails in your [profile settings](/support/account-settings/your-profile/setting-up-email-notifications.md) so you know the moment money comes in.

## Articles

* [How to Create and Send an Invoice](/support/invoicing-and-payments/invoices/creating-invoices.md)
* [Payments Table Overview](/support/invoicing-and-payments/invoices/payments-table-overview.md)
* [What’s New in Payments](/support/invoicing-and-payments/invoices/whats-new-in-payments.md)
* [Creating Invoices](/support/invoicing-and-payments/invoices/creating-invoices.md)

&#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>Payments Table Overview</strong></td><td>Learn how to request payments, record payments, take credit card or ACH payments, and understand payment statuses.</td><td><a href="/pages/1bGmQ2leyDTarTioBnTO">/pages/1bGmQ2leyDTarTioBnTO</a></td></tr><tr><td><strong>Adding Payment Methods</strong></td><td>Configure the list of accepted payment methods that appear on invoices such as check, cash, credit card, and other options.</td><td><a href="/pages/xn4nx7RiAxFgErUPuQrq">/pages/xn4nx7RiAxFgErUPuQrq</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/invoices/invoicing-with-paintscout.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.
