# Dashboard

## **Dashboard**

After successfully login to the [Merchant Page](/merchant-page-reference.md) it will show the **Dashboard** Page. It contains information such as **Settlement Summary, Transactions Summary,** and **Transactions Chart** from a merchant.&#x20;

You can see details descriptions of each section by hovering ![](/files/n26FUUoic6jikSsLtv6N)

<figure><img src="/files/NKjZRs8Joo3E71h8CF4k" alt=""><figcaption><p>Dashboard Merchant Page</p></figcaption></figure>

### Settlement Summary

The settlement summary contains information such as **Settlement Today** and **Estimated Settlement**.&#x20;

#### Settlement Today

Settlement Today contains an amount that has been settled to the Merchant per day.

<figure><img src="/files/nbnRK7rCWE5wRBEMZKzc" alt="" width="563"><figcaption><p>Settlement Summary</p></figcaption></figure>

#### Estimated Settlement

Estimated Settlement contains the nett amount that will be settled to the Merchant, this amount has been reduced by merchant fees.&#x20;

<figure><img src="/files/BFy2uEk9UV75WwFh6oaQ" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
Merchants with default calculations didn't consider merchant fees in the estimated settlement value.
{% endhint %}

### Transactions Summary

Transactions Summary contains information on merchant transactions per day including **Total Transactions, Success Transactions,** and **Success Transactions Amount.** This section also contains the growth calculation of each transaction.

#### **Total Transactions**

Total Transactions contains a total number of today transactions from the merchant.

<figure><img src="/files/Pbf2nm4qi1FJRECqOqxl" alt="" width="563"><figcaption></figcaption></figure>

In this case, the growth calculation of Total Transactions is -55.54%.

<figure><img src="/files/29nU5HCXFt8eRkdkW7kh" alt=""><figcaption></figcaption></figure>

#### **Success Transactions**

Success Transactions contains the total number of today transactions that have been succeed.

<figure><img src="/files/aM5Y3YlxfIywybmEJSwz" alt="" width="563"><figcaption></figcaption></figure>

In this case, the growth calculation of  Success Transactions is 0%.

<figure><img src="/files/Pr9wAEhHVUJ3exCVenUd" alt="" width="332"><figcaption></figcaption></figure>

#### **Success Transactions Amount**

Success Transactions contains the total amount of today transactions that have been succeed.

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

In this case, the growth calculation of the Success Transactions Amount is -100%.

<figure><img src="/files/sRjoDuoVzVIPPeQqHVA3" alt="" width="152"><figcaption></figcaption></figure>

{% hint style="info" %}
**Growth Calculation Obtained by this Formula:**

* **Total Transactions:** ((Total Transactions this day – Total Transactions yesterday) / Total Transactions yesterday) x 100%
* **Success Transactions:** (Success Transactions / Total Transactions) x 100%.
* **Success Transactions Amount :** ((Total Transactions this day – Total Transactions yesterday) / Total Transactions yesterday) x 100%
  {% endhint %}

### Transactions Chart

The transactions Chart visualizes transactions number of merchants per hour in a day, including **Total Transactions** and **Success Transactions**.&#x20;

In the transaction chart you can see detailed transactions in these ways:

* **Hover the chart** to see the details number of each transaction at certain times.

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

* Click on **Total Transaction** to display a chart of a total transaction

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

* Click on **Success Transaction** to display a chart of transaction success

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


---

# 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.faspay.co.id/merchant-page-reference/dashboard.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.
