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

# Why and How to close the Business Day

Business day is a time period set by your Acquiring Service Provider during which all completed transactions get registered in the system for the subsequent settlements with your organization (that is, for the subsequent transfer of funds).

Business day may be closed:

* automatically at the end of the period defined by your Acquiring Service Provider

{% hint style="info" %}
You can get info about the business day’s duration from your Acquiring Service Provider.
{% endhint %}

* manually in Application. To manually close the business day, click the icon<img src="/files/-MZZf03fdUcSWq1LfZKr" alt="" data-size="original"> and the button<img src="/files/-MexQ0mzMXGviY6VYZQI" alt="" data-size="original">
* manually on the Merchant's web portal. For more details see [here](/guide/portal-guide/device-management.md#close-business-day).&#x20;

{% hint style="info" %}
When a message about a issue with closing a business day appears in the Application (message 705), it must be closed on the Merchant's portal.
{% endhint %}

{% hint style="danger" %}
If the Acquiring Service Provider has set a long business day period (it can be longer than one day) and you have not closed it manually, the settlement process  by the Acquiring Service Provider will not start.
{% endhint %}

{% hint style="warning" %}
In the Application, the `Transactions` menu  <img src="/files/-MZdgocpbPz20xaCqRWZ" alt="" data-size="original"> provides a list of transactions in the current (open) business day only. When the business day gets closed, transactions for that period become unavailable for viewing.&#x20;

You can see all transactions (for open and closed business days) in the Merchant's portal. For more information, see [here](/guide/portal-guide/all-transactions.md).
{% endhint %}

{% hint style="info" %}
You can view the consolidated information of your transactions for the current business day in the Application menu <img src="/files/-MZZf03fdUcSWq1LfZKr" alt="" data-size="original"> by clicking the button <img src="/files/-MZg10YpyH6eVnWi0-WT" alt="" data-size="original">&#x20;
{% endhint %}


---

# 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.tapxphone.com/guide/app-guide/business-day.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.
