> For the complete documentation index, see [llms.txt](https://docs.timvero.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.timvero.com/release-log/release-notes-8.0/payment-hub.md).

# Payment Hub

`NEW`

***

## The Problem

In real life, clients often have **multiple loans in one Financial Institution**. However, they do not always pay the way we expect them to - right on time and for each loan separately. This is when it can **become a nightmare for the accounting team**. **How to distribute** one Transaction containing Payments for multiple loans? **What payment to cover** in the first place? **How to manage** unallocated amounts? This creates operational overhead, complicates reconciliation, and distorts payment behavior analytics.

***

## The Solution

This is where Payment Hub will shine the most! It will **enable unified payment processing across multiple loans** through a single transaction entry point. This feature **addresses the operational inefficiency of fragmenting consolidated payments** into individual loan-level transactions while preserving accurate payment analytics and audit trails.

Key capabilities:

* **Single entry point** - One transaction captures the total received amount from the client
* **Smart Distribution** - Automatic allocation across multiple loans based on configured rules
* **Manual Distribution** - Create payments on specific loans when needed
* **Flexible tracking** - Complete payment history accessible from client record
* **Unallocated amount management** - Track and manage partial allocations

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

***

## The How

### SDK Perspective

Payment Hub and allocation logic is configured entirely through the SDK. The SDK defines:

* Loan prioritization rules (which loans receive funds first)
* Tranche ordering (priority within credit lines)
* Obligation hierarchy (order of principal, interest, fees, penalties)
* Distribution algorithms per project

***

## Related Documentation

| Layer              | Documentation                                                                               | Description                 |
| ------------------ | ------------------------------------------------------------------------------------------- | --------------------------- |
| SDK                | <https://documentation.timvero.com/#payment-hub-automatic-payment-allocation>               | Developer integration guide |
| Admin Panel Ops    | [Transactions](/timveroos-admin-panel-documentation/v.8.0/ops/02-servicing/transactions.md) | Daily usage guide           |
| Business Functions | [Payment Hub](/timveroos-business-functions/v.-8.0/payment-hub.md)                          | Business context            |


---

# 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.timvero.com/release-log/release-notes-8.0/payment-hub.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.
