> 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-online/how-to-pull-quickbooks-payments-statements.md).

# How to Pull Your QuickBooks Payments Processing Statements

**Use this guide to download your QuickBooks Payments (QBP) monthly processing statements — useful for fee analysis, reconciliation, or evaluating a switch to Alternative Payments.**

***

### **Overview**

If you or your team need to review the fees and processing volume associated with your QuickBooks Payments merchant account, your monthly statements are the best source of truth. This guide walks you through the full process: starting inside QuickBooks Online (QBO), navigating to the Intuit QuickBooks Payments portal, and downloading the last three months of statements.

Common reasons to pull these statements include:

* **Fee analysis** — understanding your current processing rates and monthly costs
* **Reconciliation** — matching payouts to your bank records
* **Switching evaluation** — providing statements to Alternative Payments so our team can compare rates and build a savings estimate

***

### **Prerequisites**

You must be signed in to QuickBooks Online as a user with **admin or billing access**. If the relevant options are not visible, the primary admin on the account will need to complete these steps.

***

### **Part 1 — In QuickBooks Online**

1. **Open the Gear icon**\
   In the top-right corner of your QuickBooks Online dashboard, click the **Gear (⚙)** icon to open the Settings menu.
2. **Select "Subscriptions and billing"**\
   Under the **Your Company** section of the Settings menu, click **Subscriptions and billing**.
3. **Scroll down to the "Billed to you" section**\
   On the Subscriptions and billing page, scroll down until you see the **Billed to you** section. This lists the Intuit products and services associated with your account.
4. **Locate the QuickBooks Online Payments box**\
   Find the **QuickBooks Online Payments** tile within the Billed to you section.
5. **Click "Manage merchant account"**\
   Inside the QuickBooks Online Payments tile, click the **Manage merchant account** link. This will open the Intuit QuickBooks Payments merchant portal in a new tab.

{% hint style="warning" %}
**Don't see "Manage merchant account"?** This link is only visible to users with billing access. If it is not showing, ask the primary admin on your QuickBooks Online account to log in and complete the remaining steps.
{% endhint %}

***

### **Part 2 — In the Intuit QuickBooks Payments Portal**

6. **Find the "Activity & Reports" section**\
   Once inside the Intuit QuickBooks Payments merchant portal, locate the **Activity & Reports** section on your dashboard.
7. **Click "All Statements"**\
   Within Activity & Reports, click **All Statements** to view your available monthly processing statements.
8. **Download the three most recent monthly statements**\
   Identify the three most recent monthly statements and download each one as a PDF. You will be prompted to complete a security checkpoint for each download.
9. **Enter the last 4 digits of your EIN (or SSN) at the security checkpoint**\
   For each statement download, Intuit will ask you to verify your identity. Enter the **last 4 digits of your EIN** (Employer Identification Number). If your account is registered under a Social Security Number instead, enter the **last 4 digits of your SSN**.

***

### **Privacy Note**

Your downloaded statements may include your merchant ID and bank account details. When sharing statements with Alternative Payments for a fee analysis, you are welcome to redact those fields. Our team only needs the **volume and fee pages** to complete the comparison — your banking information does not need to be shared.

***

### **Troubleshooting**

| Issue                                          | Resolution                                                                                                                                            |
| ---------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| "Manage merchant account" link is not visible  | The signed-in user does not have billing access. The primary admin must log in and complete the steps from Part 1.                                    |
| Security checkpoint does not accept EIN/SSN    | Confirm whether the account was registered with an EIN or SSN, and try the other if the first does not work.                                          |
| Statements are not available for recent months | Statements are typically generated within the first few business days of the following month. Check back if the most recent month has not yet posted. |

***

For any questions, reach out to our team through the chat icon located at the bottom right corner of the screen.

**Love our platform?** Rate us on [Channel Program](https://channelprogram.com/v/alternativepayments) and check out our [Referral Program page](https://www.alternativepayments.io/referral-partners/)!


---

# 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-online/how-to-pull-quickbooks-payments-statements.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.
