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

# Manual Credit Card Payments

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.

{% hint style="info" %}
Some payment features are rolling out in stages. Depending on your account, manual card payments may briefly show **Processing** before they resolve.

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

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>

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

&#x20;&#x20;

## Related articles

* [Payments Table Overview](/support/invoicing-and-payments/invoices/payments-table-overview.md) — Review payment statuses and payment actions
* [PaintScout Payments](/support/invoicing-and-payments/payments/paintscout-payments.md) — Set up built-in card and ACH payments
* [Payment Processing with Stripe](/support/invoicing-and-payments/payments/payment-processing-with-stripe.md) — Set up Stripe for card 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, 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.
