> For the complete documentation index, see [llms.txt](https://help.checkoutchamp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.checkoutchamp.com/crm/frequently-asked-questions-faqs/how-to-articles/force-bill-a-purchase.md).

# Force Bill a Purchase

In some cases, you may need to manually bill a purchase. This is helpful when you are testing a new gateway or you need to resume billing an account.

To manually bill a purchase, search for the customer you would like to bill:

You can search by name, orderId, email address, phone number, etc.

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

When you find the customer, click on their name to open their Customer Profile and verify that this is the proper customer that you need to bill. Once you are sure, click on the hyperlinked product to bring you to the Purchase Details page for that specific purchase.

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

From the Purchase Details page, click the Force Bill Now button on the right side of the page.

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

Click “Yes, I’m Sure” on the confirmation message:

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

If the transaction was approved, you will receive a Success response.

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

If the transaction was declined, you will receive an Error message containing the decline reason that CheckoutChamp received back from the gateway.


---

# 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.checkoutchamp.com/crm/frequently-asked-questions-faqs/how-to-articles/force-bill-a-purchase.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.
