> 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.3/pbms/functionality/program-management/user-guides/create-payment-manager.md).

# Configure Payment Manager in Program

## Description

This guide provides steps to configure the payment manager in a program.

## Prerequisites

The user must have the Program Administrator role.

## Steps

1. Navigate to *Programs* using the menu bar.

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

2. Click on the program name for which configuration to be done.

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

3. Navigate to the *Configuration* section on the Program detailed view page.

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

4. Click on *Add a line* in the *Payment Manager* section.

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

5. Click on the *Create* button on the Add: Payment Managers pop-up window.

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

6. Select the payment manager type.

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

7. If a payment manager is already created ([Create Payment Manager](/1.3/pbms/functionality/program-management/user-guides/create-manager-type/create-payment-manager-types.md)), search and select the same or else once the name is provided to the program manager, *Create and Edit* buttons will appear. Click on *Create and Edit* to create a payment manager.

<figure><img src="/files/3X2r2nGjlsvP38nJi7Gm" alt=""><figcaption></figcaption></figure>

8. Provide the details in the payment manager creation manager.

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

9. Click on the *Save* button and then click on the *Save & Close* button which will save the payment manager to that program under configuration.

<figure><img src="/files/FEKVzUxuUgiFYVVGafDI" 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.3/pbms/functionality/program-management/user-guides/create-payment-manager.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.
