> For the complete documentation index, see [llms.txt](https://docs.digit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digit.org/works/reference-implementations/muktasoft-v2.2/implementation/training-resources/user-manual/web-application-user-manual/payments.md).

# Payments

The Payments feature offers the following options to users:

1. [Search payment instruction](#payment-instruction)
2. [Create revised payment instruction](#create-revised-payment-instruction)
3. [Retry failed payment instructions](#retry-failed-payment-instruction)

All the payments are processed by the JIT-FS system which is a state treasury system integrated with MUKTASoft. These payments are processed from MUKTA funds and designated HOAs.&#x20;

On approval of bills, a payment instruction is created automatically and sent to the JIT-FS system.

## Search Payment Instruction

**Home > Payment Instruction**

The payment instruction feature lists all the payment instructions by default which are pending action. It also enables users to search for payment instructions and view the details.

![](/files/CBtamhtv6nnLOVSQbKWH)

To search for payment instructions&#x20;

1. Click on Open Search.

![](/files/xv9DzlceiCIzWpZC9E32)

2. Enter at least one parameter to perform the search.
3. Click on the Search button. This will display the search results.
4. Click on the payment instruction ID to view the details.

![](/files/jIhJake9mRifKtw9rrdo)

![](/files/NZAzHJIpPOAjFSuXg8NK)

![](/files/wKshYzlJFEySme90gewc)

## Create Revised Payment Instruction

In case payment to a beneficiary fails due to some reason, the status of the beneficiary’s payment is displayed as failed with the error message displayed at the tool tip. All such payment instructions are displayed under “pending for action” by default and the user has to generate the revised payment instruction.

![](/files/AqdoZ14cy3SbBYT5pxPB)

## Retry Failed Payment Instruction

In case a payment instruction is declined by JIT due to some error the status of payment instruction is updated as failed. All such payment instructions are displayed under “pending for action” by default and the user has to take the action to retry after making necessary corrections.

![](/files/VePsmPymWtLUKZAWRdzd)


---

# 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.digit.org/works/reference-implementations/muktasoft-v2.2/implementation/training-resources/user-manual/web-application-user-manual/payments.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.
