> For the complete documentation index, see [llms.txt](https://docs.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2core.b2broker.com/troubleshooting/finance-issues/clients-not-seeing-their-transactions-in-the-b2core-ui.md).

# Clients not seeing their transactions in the B2CORE UI

## Problem

Clients don’t see their initiated transactions, such as deposits, withdrawals, transfers, internal transfers, or exchanges, in the **Transaction History** or the respective sections of the **Funds** menu in the B2CORE UI.

## Possible reasons

This issue may occur due to incorrect configuration of [operation types](/back-office-guide/system/operation-types.md) in the B2CORE Back Office.

## Solution

To check the operation type configuration:

{% stepper %}
{% step %}
In the Back Office, navigate to **System** > **Operation types**.
{% endstep %}

{% step %}
Locate the required operation type, for example, `payouts`, which is used to control withdrawal transactions.
{% endstep %}

{% step %}
Ensure that this operation type is enabled; otherwise, clients won’t be able to execute transactions of this type in the B2CORE UI.
{% endstep %}

{% step %}
Click the **Edit** button to open the operation type details.
{% endstep %}

{% step %}
Check the **Allowed operation status** list.

If one or more statuses aren't selected, clients won’t see transactions in those statuses in the B2CORE UI.

For example, if only the **Done** status is enabled for the `payouts` operation type, clients will see only their withdrawals in the **Done** status, but not those in other statuses.

<figure><img src="/files/PtaPh8amn0QLgHTw7bPN" alt="Allowed statuses for the payouts operation type"><figcaption><p>Allowed statuses for the <code>payouts</code> operation type</p></figcaption></figure>
{% endstep %}

{% step %}
Add all relevant statuses to the **Allowed operation status** list.
{% endstep %}

{% step %}
Click **Save** to apply the changes.
{% endstep %}
{% endstepper %}


---

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

```
GET https://docs.b2core.b2broker.com/troubleshooting/finance-issues/clients-not-seeing-their-transactions-in-the-b2core-ui.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.
