> 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/how-to-articles/manage-savings-programs/how-to-track-interest-payments-to-clients-in-savings-programs.md).

# How to track interest payments to clients in savings programs

To view all interest payments made to all clients, go to [Finance > Transactions](/back-office-guide/finance/transactions.md) and filter the **Type** column by **Savings Payment**. The payments in the **Done** status are listed in the **Transactions**.

To view interest payment details for a client in a specific savings program:

{% stepper %}
{% step %}
Navigate to **Savings** > **Plans**.
{% endstep %}

{% step %}
Click ![view-button](/files/p61PD5FCyOga5YnHfjYZ) displayed next to the plan for which you want to review interest payment details.
{% endstep %}

{% step %}
In the plan details, go to the **Payments** section:

* For `Fixed` strategies, the payments list includes scheduled payments as well as payments that have already been made to the client’s wallet. From this list, you can calculate the total amount of interest that the client will receive in the program.
* For `Flexible` strategies, the list displays only payments made to a client. From this list, you can calculate the total amount of interest that has been paid.

For each payment, you can view:

* **Amount** – the payment amount.
* **Due date** – for `Fixed` strategies, the date and time when the payment is scheduled to be made. For `Flexible` strategies, no scheduled payments are displayed.
* **Status** — the payment status:
  * `Scheduled` — indicates that a payment is scheduled but hasn’t yet been made.
  * `Paid` — indicates that a payment has been made to a client.
  * `Cancelled` — indicates that a payment was cancelled because the client decided to withdraw the investment amount before the end of the plan length (for `Fixed` strategies) or before the end of the penalty period (for `Flexible` strategies).
  * `Paid date` – the date and time when the interest was paid to the client.

<figure><img src="/files/pufZSwh4leMOvC3La3dW" alt="Payment details in a Fixed savings plan"><figcaption></figcaption></figure>
{% 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, and the optional `goal` query parameter:

```
GET https://docs.b2core.b2broker.com/how-to-articles/manage-savings-programs/how-to-track-interest-payments-to-clients-in-savings-programs.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.
