Paymongo Gateway

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

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

HOW TO SET KEYS ON BACKEND

  • Go to payment methods in your backend

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

Last updated