> 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.md).

# Invoicing & Payments

- [Invoices](https://help.paintscout.com/support/invoicing-and-payments/invoices.md): Create invoices from estimates, send them to customers, and track payments in PaintScout.
- [Why PaintScout Invoicing?](https://help.paintscout.com/support/invoicing-and-payments/invoices/invoicing-with-paintscout.md): Create invoices, manage payment requests, and track payments in PaintScout
- [Create and Send an Invoice](https://help.paintscout.com/support/invoicing-and-payments/invoices/creating-invoices.md): Create invoices from estimates manually or automatically, then send them to customers for payment.
- [Payments Table Overview](https://help.paintscout.com/support/invoicing-and-payments/invoices/payments-table-overview.md): Find the right workflow to request, record, take, refund, and review invoice payments.
- [What’s New in Payments](https://help.paintscout.com/support/invoicing-and-payments/invoices/payments-table-overview/whats-new-in-payments.md): Explore the updated Payments Table, payment statuses, refunds, and payment reporting.
- [Invoicing FAQ](https://help.paintscout.com/support/invoicing-and-payments/invoices/invoicing-faq.md): Answers to common questions about creating, editing, and managing invoices in PaintScout.
- [Recording Payments](https://help.paintscout.com/support/invoicing-and-payments/recording-payments.md): Record and track payments received from customers.
- [Record a Manual Payment](https://help.paintscout.com/support/invoicing-and-payments/recording-payments/how-to-manually-add-a-payment.md): How to record manual payments like cash, check, or electronic transfers on invoices
- [Payment Requests](https://help.paintscout.com/support/invoicing-and-payments/payment-requests.md): Create and manage payment requests for deposits and progress payments.
- [Create a Payment Request](https://help.paintscout.com/support/invoicing-and-payments/payment-requests/how-to-create-a-payment-request.md): Create payment requests for deposits, progress payments, and remaining balances on invoices.
- [Resolving Payment Requests](https://help.paintscout.com/support/invoicing-and-payments/payment-requests/how-to-mark-a-payment-request-as-paid.md): Process online payment requests automatically, or record payments taken manually.
- [Delete a Payment Request](https://help.paintscout.com/support/invoicing-and-payments/payment-requests/how-to-delete-a-payment-request.md): How to remove a payment request from an invoice while keeping the invoice accessible
- [Customer Payment Experience](https://help.paintscout.com/support/invoicing-and-payments/payment-requests/how-customers-make-a-payment.md): See what customers experience after receiving a payment request.
- [Payment Processing](https://help.paintscout.com/support/invoicing-and-payments/payments.md): Set up payment processors, take card or ACH/EFT payments, and configure surcharging.
- [PaintScout Payments](https://help.paintscout.com/support/invoicing-and-payments/payments/paintscout-payments.md): Set up PaintScout Payments for credit card and ACH payments with deposits and surcharging options
- [Payment Processing with Stripe](https://help.paintscout.com/support/invoicing-and-payments/payments/payment-processing-with-stripe.md): Set up Stripe integration for credit card payments, deposits, and surcharging on estimates and invoices
- [Take a Credit Card Payment](https://help.paintscout.com/support/invoicing-and-payments/payments/manual-credit-card-payments.md): Take a credit card payment directly on an invoice using Stripe or PaintScout Payments.
- [Take an ACH/EFT Payment](https://help.paintscout.com/support/invoicing-and-payments/payments/take-an-ach-eft-payment.md): Take an ACH or EFT payment directly on an invoice with PaintScout Payments.
- [Credit Card Surcharging](https://help.paintscout.com/support/invoicing-and-payments/payments/credit-card-surcharging.md): Configure credit card surcharging to pass payment processing fees to customers when they pay invoices via credit card with Stripe or PaintScout Payments.
- [Refund a Payment](https://help.paintscout.com/support/invoicing-and-payments/refund-a-payment.md): Process full or partial refunds for eligible manual, card, and ACH/EFT payments.
- [Payment Receipts](https://help.paintscout.com/support/invoicing-and-payments/payment-receipts.md): View or download receipts for invoice payments and refunds.


---

# 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.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.
