> For the complete documentation index, see [llms.txt](https://docs.mindee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mindee.com/account-management/billing.md).

# Billing

## Overview

From the Billing page, you can:

* View your current plan
* Choose a new plan (upgrade or downgrade)
* Access your Stripe customer portal

## Access the Billing Page

1. Go to [app.mindee.com](https://app.mindee.com/)
2. On the left-hand menu, click on "<i class="fa-gear">:gear:</i> Settings"
3. Select the "Billing" tab

Or simply click here: <a href="https://app.mindee.com/settings?tab=billing" class="button primary">Go to Billing page</a>

Only [users](/account-management/organizations.md#team-members) of type "Administrator" or "Owner" may access and modify billing details.

## Change Your Plan

To change your plan:

1. Find the plan under the available options
2. Click on the "Downgrade" or "Upgrade" button at the bottom of the plan

You can upgrade to a higher plan at any time. Your current plan's commercial terms, including the remaining subscription period and pricing, will be taken into account when switching to the new plan.

## Stripe Customer Portal

To access your Stripe customer portal, click on the "Manage Subscription" button.

<figure><img src="/files/89kSt8gxqJvmTlNKYbDn" alt="Manage Subscription button - access Stripe customer portal" width="563"><figcaption></figcaption></figure>

### Access Invoices

{% hint style="info" %}
Invoices are issued automatically at the start of each billing period.
{% endhint %}

Your past invoices are available in the "Invoice History" section of your organization's billing page.

From there you can also pay any outstanding invoices and download payment receipts.

**Note**: only "Administrator" and "Owner" members may access the Invoice History section, for other members it is not present on the page at all.

Additionally, you can download past invoices or pay any outstanding invoices from your Stripe account.

### Set Your Tax ID

You can set your Tax ID at any time. After clicking on "Manage Subscription", click on "Update Information", and finally edit the "Tax ID" field.

## Supported Payment Methods

Any payment method supported by Stripe can be used.

Among these, the most popular are credit and debit cards.

Custom payment options are available for Enterprise customers.

## Included Credits and Overages

Each plan includes monthly or yearly included credits depending on your subscription frequency. There is no service disruption if you exceed the included credits.

If you exceed the included credits in your plan, these additional credits will be charged according to the Overage Rate. These extra credits will be invoiced every €100, or at the end of your subscription.

| Plan    | Included Credits | Overage Rate                 |
| ------- | ---------------- | ---------------------------- |
| Starter | 6,000 per year   | €0.044 per additional credit |
| Pro     | 6,000 per year   | €0.044 per additional credit |

{% hint style="info" %}
**Pages are calculated based on successfully processed documents.**

Client errors (HTTP 4xx) and processing errors will **not** count towards your page usage.
{% endhint %}

For details on tracking your page and credit usage, consult the section: [Insights](/account-management/insights.md).

Additionally, API responses contain the number of pages processed. Look in the section: [Response Processing](/integrations/client-libraries-sdk/process-the-response.md#file-metadata).

Finally, you can be notified when your plan is reaching its limit. For details, check the section: [Organization & Members](/account-management/organizations.md#usage-alerts).

## Billing Frequency

You will be billed as soon as you complete your subscription payment online.

Payment is required upfront to access the platform and the features included in your plan.

Enterprise customers have access to different billing methods, please reach out to us directly.

## Frequently Asked Questions

<details>

<summary><strong>How do additional credit charges appear on the invoice?</strong></summary>

Additional credit usage is itemized separately, on the invoice as "overage charges".

The invoice will show:

* the base cost of your selected [plan](/account-management/plans.md)
* any additional credits consumed beyond your plan's included credits
* cost per credit

</details>


---

# 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://docs.mindee.com/account-management/billing.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.
