> For the complete documentation index, see [llms.txt](https://edentech.gitbook.io/glover/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edentech.gitbook.io/glover/extensions-1/paymongo-gateway.md).

# Paymongo Gateway

![](/files/-Mi2rs7XM87k-hzsZhHE)

**PayMongo** is the easiest way to get paid online. Create an account in minutes and start accepting **credit cards.**

You can setup for an account by visiting the link: <https://dashboard.paymongo.com/signup>

## HOW TO INSTALL

Here are the steps needed to have paymongo installed on your server.

1. Buy/Download the extension from <https://setup.edentech.online>
2. Go to extensions menu on your backend
3. Click on **Install** button, and import the **installer** zipped file from the unzipped file that you  downloaded
4. After installation, copy the folders in the **vendor** folder inside the downloaded **paymongo** file, then upload the folders to the **vendor** folder on your server

### Install the require package

Login to your cpanel or the server manager software you have, go to terminal and run the command below:

```
composer require luigel/laravel-paymongo
```

####

#### NOTE:

After installing the **paymongo** extension on your server, you have to configure the paymongo gateway.

You will need to copy and paste your **public\_key** and **private\_key** from your paymongo account and insert it into the provided input in your paymongo gateway settings in your backend.

### HOW TO GET PAYMONGO GATEWAY KEYS

* Login to your paymongo dashboard <https://dashboard.paymongo.com/>
* Click **developers** menu

![](/files/-Mi2tV5Bt26crgRXJuso)

* You will be shown a page where you can copy your **private** and **public keys**

![](/files/-Mi2uGDWq64ReUc0BjfN)

### &#x20;HOW TO SET KEYS ON BACKEND

* Go to payment methods in your backend

![](/files/-Mi2vsxL9YxXo7JEK1uo)

![](/files/-Mi2vyhpBjhnvu3oOWGq)

You can set **keys**, check **Active** and **save** it.\
Hurray you now have **paymongo** as a payment gateway


---

# 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:

```
GET https://edentech.gitbook.io/glover/extensions-1/paymongo-gateway.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.
