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

# Take a Credit Card Payment

Use this workflow to charge a credit card directly on an invoice when [Stripe](/support/invoicing-and-payments/payments/payment-processing-with-stripe.md) or [PaintScout Payments](/support/invoicing-and-payments/payments/paintscout-payments.md) is connected.

Before you start, make sure credit card payments are enabled for the invoice.

1\. Open the invoice and scroll to the **Payments** table.

2\. Click **+Add/Request Payment**.

<figure><img src="/files/rxWhKpSk1qMUJqzVdRVJ" alt="Screenshot showing the Add/Request Payment button in the Payments table on an invoice"><figcaption></figcaption></figure>

3\. Select **Take Credit Card Payment.**

<figure><img src="/files/mvn58WEylrRmxJd05deV" alt="Screenshot showing the Take Credit Card Payment option in the payment method dialog"><figcaption></figcaption></figure>

4\. Enter the payment amount and add a note if needed.

<figure><img src="/files/5fCs1qTr6e4vocxakk3O" alt="Screenshot showing the payment amount entry dialog with amount field and optional note" width="375"><figcaption></figcaption></figure>

5\. Enter the customer's payment information and click **Pay.**

<figure><img src="/files/HGHdw3hCMvWOaIf93nJ5" alt="Screenshot showing the credit card details entry form for processing a manual payment"><figcaption></figcaption></figure>

6. After the charge is submitted, the payment appears in the **Payments** table

* If the processor needs extra time to confirm the payment, you may see **Processing** before the payment resolves to **Successful** or **Failed**.

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

&#x20;&#x20;

## Related articles

<table data-view="cards"><thead><tr><th>Article</th><th data-card-target data-type="content-ref">Link</th></tr></thead><tbody><tr><td>Connect Stripe to accept credit card payments.</td><td><a href="/pages/ZLe59xZCe0BnUc6RJ221">/pages/ZLe59xZCe0BnUc6RJ221</a></td></tr><tr><td>Set up PaintScout Payments for card processing.</td><td><a href="/pages/KMQdEQEBBspH3RNpwsyV">/pages/KMQdEQEBBspH3RNpwsyV</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/payments/manual-credit-card-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.
