# How to Manage Loan Account Disbursement

Loan account applications that have been approved can be disbursed to a negotiable payment type (e.g., Cash, Check, M-Pesa) or to a saving account linked to the loan application. When a loan account is disbursed, its status changes from **Approved** to **Active**.

A disbursement made in error can be undone. When a disbursement is undone, the loan account status changes from **Active** to **Approved**.

{% hint style="danger" %}
When a loan is disbursed, Mifos x will check the [Product Mix ](https://docs.mifos.org/mifosx/user-manual/for-administrators-mifos-x-platform/administration/products/loan-products/product-mix)rules to ensure that the loan account being disbursed is allowed to be active with other active loan account types. If a conflict is identified, the loan account cannot be disbursed as long as the conflicting loan is active.
{% endhint %}

### **To disburse a loan account to a negotiable payment type**

Locate the loan account by navigating to it through the client or group that holds the loan account.

1. Select **Disburse** from the action bar.
2. Select the **Disbursed on** date from the calendar pop-up.
3. Accept the default **Transaction amount** or type a different amount less than the default amount.
4. Select **Payment type** from the list.
5. Click **+** to add payment details.

   a. Account#

   b. Check#

   c. Routing code

   d. Receipt#

   e. Bank#
6. Type any relevant notes.
7. Click **Submit.**

The loan account will be disbursed and the loan account status updated to **Active.**

### **To disburse a loan account to a saving account**

Locate the loan account by navigating to it through the client or group that holds the loan account.

1. Select **Disburse to Saving** from the action bar.
2. Select the **Disbursed on** date from the calendar pop-up.
3. Accept the default **Transaction amount** or type a different amount less than the default amount.
4. Type any relevant notes.
5. Click **Submit.**

The loan account will be disbursed and the loan account status updated to **Active.**

### To Undo a Loan Account Disbursement

Locate the loan account by navigating to it through the client or group that holds the loan account.

1. Select **Undo** **Disbursal** from the action bar.
2. Type any relevant notes.
3. Click **Submit.**

The loan account disbursement will be reversed and the loan account status updated to **Approved.**

### Related articles

* Page:[Share Accounts](https://docs.mifos.org/mifosx/user-manual/for-operational-users-mifos-x-web-app/accounts-and-transactions/share-accounts)
* Page:[How to Prepay a Loan Account](https://docs.mifos.org/mifosx/user-manual/for-operational-users-mifos-x-web-app/accounts-and-transactions/loan-accounts/how-to-prepay-a-loan-account)
* Page:[Using collection sheet or other payment types for making payments](https://docs.mifos.org/mifosx/user-manual/for-operational-users-mifos-x-web-app/accounts-and-transactions/loan-accounts/using-collection-sheet-or-other-payment-types-for-making-payments)
* Page:[How to Assign a Loan Officer](https://docs.mifos.org/mifosx/user-manual/for-operational-users-mifos-x-web-app/accounts-and-transactions/loan-accounts/how-to-assign-a-loan-officer)
* Page:[How to Add a Charge to a Loan Account](https://docs.mifos.org/mifosx/user-manual/for-operational-users-mifos-x-web-app/accounts-and-transactions/deposit-accounts/mifos-x-saving-accounts/how-to-add-a-charge-to-a-saving-account)


---

# 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.mifos.org/mifosx/user-manual/for-operational-users-mifos-x-web-app/accounts-and-transactions/loan-accounts/how-to-manage-loan-account-disbursment.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.
