> 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): Learn how to request payments, record payments, take credit card or ACH payments, and understand payment statuses.
- [What’s New in Payments](https://help.paintscout.com/support/invoicing-and-payments/invoices/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.
- [Payment Processing](https://help.paintscout.com/support/invoicing-and-payments/payments.md): Set up payment processing, manage payment requests, and collect payments in PaintScout
- [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
- [Manual Credit Card Payments](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.
- [Adding Payment Methods](https://help.paintscout.com/support/invoicing-and-payments/payments/adding-payment-methods.md): Configure the list of accepted payment methods that appear on invoices such as check, cash, credit card, and other options.
- [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.
- [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.
- [Request a Deposit](https://help.paintscout.com/support/invoicing-and-payments/payment-requests/how-to-request-a-deposit-payment.md): Request a deposit by amount or percentage on an invoice.
- [Mark a Payment Request as Successful](https://help.paintscout.com/support/invoicing-and-payments/payment-requests/how-to-mark-a-payment-request-as-paid.md): Mark a payment request as successful for cash, check, or other offline payments.
- [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
- [Recording Payments](https://help.paintscout.com/support/invoicing-and-payments/recording-payments.md): Record and track payments received from customers.
- [Add Payments to Invoices](https://help.paintscout.com/support/invoicing-and-payments/recording-payments/adding-payments-to-invoices.md): Record manual payments and take credit card payments directly on invoices.
- [Manually Add a 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
- [How Customers Pay](https://help.paintscout.com/support/invoicing-and-payments/recording-payments/how-customers-make-a-payment.md): Understanding the customer payment experience from receiving invoice email to completing credit card payment


---

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