# Payment Management

## Introduction

The Payments module consists of several functions to efficiently execute cash transfers to the beneficiaries and report the status of payments. Out of the box, OpenG2P offers payment connectors for [Mojaloop](https://mojaloop.io/) and [GSMA Mobile Money](https://www.gsma.com/mobilefordevelopment/mobile-money/) with flexibility to create custom connectors specific to the payment rails of a country.

Payments are generally executed in [cycles](https://docs.openg2p.org/1.0.0/eligibility-and-enrolment/payment-cycles) and [batches](https://docs.openg2p.org/1.0.0/eligibility-and-enrolment/payment-batches).

## Payments demo

{% embed url="<https://www.youtube.com/watch?v=O_CyoNZ2Mig>" %}


---

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