> For the complete documentation index, see [llms.txt](https://docs.openg2p.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openg2p.org/1.1/eligibility-and-enrolment/payment-batches.md).

# Payment Batches

## Introduction

Once the Payment Manager is configured, program administrators can prepare and send payments using single-click options provided by the OpenG2P platform. The platform also provides details of the payment batches, statistics, and payment details.

## Payment batch details

Each program cycle can have multiple payment batches based on the size of the batch. Program administrators can navigate to a cycle and view the details related to all the batches in that cycle. Each batch is assigned an internal reference by the OpenG2P platform.&#x20;

The figure below shows a cycle with multiple payment batches.

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

## Batch statistics and payments

The program administrator can view the payment details of each batch such as the amount issued, the amount paid, accounting status, and payment status.

The figure below shows the payments for one of the batches in cycle 23 of the program.

<figure><img src="/files/5yXPkSH3AimI4zMvLBFm" alt=""><figcaption></figcaption></figure>


---

# 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.openg2p.org/1.1/eligibility-and-enrolment/payment-batches.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.
