> For the complete documentation index, see [llms.txt](https://help.alternativepayments.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.alternativepayments.io/integrations/accounting-integration-guides/quickbooks-desktop/disable-quickbooks-payments-in-quickbooks-desktop.md).

# Disable QuickBooks Payments in QuickBooks Desktop

This article explains how to disable QuickBooks Payments (credit card and ACH) in QuickBooks Desktop.

{% hint style="warning" %}
**Why disable?** If QuickBooks Payments remains enabled alongside Alternative Payments, customers may see competing payment options, leading to duplicate payments and reconciliation issues.
{% endhint %}

#### Steps to Disable QuickBooks Payments

1. Open QuickBooks Desktop.
2. Go to Edit → Preferences.
3. Select Payments from the left-hand menu.
4. Click the Company Preferences tab.
5. Locate the Online Payments section.
6. Uncheck the following options:
   * Credit Card
   * Bank Account (ACH)

Click OK to save your changes.

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

Once these options are unchecked, QuickBooks Payments will be disabled and customers will no longer be able to pay invoices using QuickBooks’ built-in payment methods.

#### Important Notes

* Disabling QuickBooks Payments does not affect historical invoices, payments, or deposits.
* These settings can be re-enabled at any time by revisiting the Payments preferences.
* If you are using Alternative Payments, disabling QuickBooks Payments helps prevent duplicate payment options and customer confusion.


---

# 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.alternativepayments.io/integrations/accounting-integration-guides/quickbooks-desktop/disable-quickbooks-payments-in-quickbooks-desktop.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.
