# Payment Rails

## Introduction

Digital payments infrastructure (DPI) could vary from country to country. It is therefore necessary that social benefit delivery systems have the ability to connect to the prevailing DPI and perform G2P payments efficiently. OpenG2P platform provides flexibility to connect to a payment system by writing custom connectors. By default, the platform offers interoperability with the following:

* [Mifos Payment Hub](https://payments.mifos.org/)
* [Mojaloop Payment Switch](https://payments.mifos.org/)
* [GSMA Mobile Money APIs](https://www.gsma.com/mobilefordevelopment/mobile-money/mobile-money-api/)

## FAQ

<details>

<summary>How do I create a custom connector?</summary>

Refer to the guide [here](broken://pages/67BccIplucCzICVAXTXO).

</details>


---

# 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/payment-rails.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.
