# 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 `admin` and `owner` [users](/account-management/organizations.md#team-members) can 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

## 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

You can download past invoices anytime on your Stripe account.

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

### 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

You can use any payment method supported by Stripe for all self-serve plans.

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 a monthly or a yearly quota depending on your subscription frequency. There is no service disruption if you reach the quota.

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

| Plan     | Included Credits | Overage Rate      |
| -------- | ---------------- | ----------------- |
| Starter  | 6,000 per year   | €0.05 per credit  |
| Pro      | 30,000 per year  | €0.04 per credit  |
| Business | 120,000 per year | €0.035 per 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 %}

To track your page usage, you can consult the [Insights](/account-management/insights.md) page.

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

Finally, you can be notified when your plan is reaching its limit by setting [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.


---

# Agent Instructions: 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:

```
GET https://docs.mindee.com/account-management/billing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
