> For the complete documentation index, see [llms.txt](https://docs.payrexx.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payrexx.com/platform/english/analytics/statistics.md).

# Statistics

To access the statistics, navigate to **Statistics** in the platform administration of your Payrexx account.

## Overview of the Statistics

The statistics are divided into the following five sections:

<div align="left"><figure><img src="/files/vBVCGl17m3Yc2z6eOp2r" alt=""><figcaption><p>The five sections of statistics in Payrexx</p></figcaption></figure></div>

Click on the desired topic to view the corresponding statistics:

* [Dashboard](#dashboard)
* [PSP](#psp)
* [Map](#map)
* [Customer Acquisition Channels](#customer-acquisition-channels)
* [Payment Channels](#payment-channels)

### Dashboard

The Dashboard tab contains reports on the newest and highest-grossing merchants, the number of sign-ups, and users by country:

<div align="left"><figure><img src="/files/os0X4cYGuKmaPgCyxXQA" alt=""><figcaption><p>Statistics in platform administration: Dashboard section</p></figcaption></figure></div>

#### 1. The 10 newest customers

List of the 10 merchants who most recently registered on the platform

#### 2. The 10 highest transaction clients

List of the 10 merchants with the highest revenue over the past 12 months

#### 3. Customer overview by month / year

Tabular overview of all sign-ups (new merchant registrations on the platform) per month and year

#### 4. Clients by country

Overview of the number of users and the number of users with transactions per country

### PSP

The PSP (Payment Service Provider) tab contains a list of the payment providers most frequently used by merchants:

<div align="left"><figure><img src="/files/9nfJSMb7uIhSaRuJIWdE" alt=""><figcaption><p>Listing of payment providers used by merchants by transaction count</p></figcaption></figure></div>

1. **Native\_PSP**: Payrexx Pay
2. **PrePayment:** Advance payment

### Map

This tab displays a map showing the geographical locations of the connected merchants:

<div align="left"><figure><img src="/files/mWdQfKWNdRhwZoNxgX5J" alt=""><figcaption><p>Statistics in platform administration: Map section</p></figcaption></figure></div>

Use the plus and minus symbols in the bottom-right corner of the map to zoom in or out. Alternatively, you can use the mouse wheel while holding the Ctrl key.

<div align="left"><figure><img src="/files/YWG3mj79DJwPPIeSBgb3" alt=""><figcaption><p>Map view of a region after using the zoom function</p></figcaption></figure></div>

### Customer acquisition channels

The Customer Acquisition Channels tab displays the most successful customer acquisition channels per year:

<div align="left"><figure><img src="/files/stKMJQdooDMGcIqisp5n" alt="" width="549"><figcaption><p>Statistics in platform administration: customer acquisition channels section</p></figcaption></figure></div>

### Payment channels

In the Payment Channels tab, you can select a specific date range to see how many transactions were processed through each payment channel (merchant tool) and via which integration:

<div align="left"><figure><img src="/files/jVjJGvqaxfgd6WuvhbqT" alt="" width="563"><figcaption><p>Statistics in platform administration: payment channels section</p></figcaption></figure></div>

1. **Date range selection**: You can select any date range for which the statistics should be generated.
2. **Transactions by merchant tool:** Displays the number of transactions processed through each [merchant tool](https://docs.payrexx.com/merchant/english/account/tools).
3. **Transactions by integration:** Shows how many transactions were processed via the [API integration](https://docs.payrexx.com/merchant/english/account/api-and-plugins) (if applicable).


---

# 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.payrexx.com/platform/english/analytics/statistics.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.
