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

# Payment Processing

Set up how customers pay, request money at the right time, and keep invoice balances accurate. This section covers PaintScout Payments, Stripe, payment methods, surcharging, payment requests, and recorded payments.

{% hint style="success" %}
**Start Here:** New to payments in PaintScout? Begin with [PaintScout Payments](/support/invoicing-and-payments/payments/paintscout-payments.md) for a complete overview of your payment options.
{% endhint %}

## Setup & Configuration

* [PaintScout Payments](/support/invoicing-and-payments/payments/paintscout-payments.md) — Set up built-in credit card and ACH payments, deposits, surcharging, and portal access
* [Payment Processing with Stripe](/support/invoicing-and-payments/payments/payment-processing-with-stripe.md) — Connect Stripe for credit card payments, deposits, and surcharge settings
* [Adding Payment Methods](/support/invoicing-and-payments/payments/adding-payment-methods.md) — Choose which offline or invoice payment methods appear for customers
* [Credit Card Surcharging](/support/invoicing-and-payments/payments/credit-card-surcharging.md) — Configure surcharge rules for eligible credit card payments and adjust them per estimate

## Payment Requests & Deposits

* [Create a Payment Request](/support/invoicing-and-payments/payment-requests/how-to-create-a-payment-request.md) — Send a payment request for a deposit, progress payment, or balance due
* [Request a Deposit](/support/invoicing-and-payments/payment-requests/how-to-request-a-deposit-payment.md) — Collect a deposit before work begins
* [Delete a Payment Request](/support/invoicing-and-payments/payment-requests/how-to-delete-a-payment-request.md) — Remove a request you no longer need
* [Mark as Paid](/support/invoicing-and-payments/payment-requests/how-to-mark-a-payment-request-as-paid.md) — Mark a request as paid when the customer pays outside PaintScout

## Recording & Managing Payments

* [Adding Payments to Invoices](/support/invoicing-and-payments/recording-payments/adding-payments-to-invoices.md) — Apply payments to existing invoices
* [Manually Add a Payment](/support/invoicing-and-payments/recording-payments/how-to-manually-add-a-payment.md) — Record cash, check, ACH, or other offline payments
* [How Customers Pay](/support/invoicing-and-payments/recording-payments/how-customers-make-a-payment.md) — See the customer payment flow for online invoice payments


---

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

```
GET https://help.paintscout.com/support/invoicing-and-payments/payments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
