https://github.com/surazdott/esewa-whmcs-module
eSewa Payment Gateway module for WHMCS.
https://github.com/surazdott/esewa-whmcs-module
esewa esewa-gateway whmcs whmcs-module whmcs-payment-gateway
Last synced: 3 months ago
JSON representation
eSewa Payment Gateway module for WHMCS.
- Host: GitHub
- URL: https://github.com/surazdott/esewa-whmcs-module
- Owner: surazdott
- Created: 2023-07-26T15:52:08.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T16:54:56.000Z (about 2 years ago)
- Last Synced: 2025-07-10T20:45:07.703Z (3 months ago)
- Topics: esewa, esewa-gateway, whmcs, whmcs-module, whmcs-payment-gateway
- Language: PHP
- Homepage:
- Size: 67.4 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Esewa Payment Gateway Plugin for WHMCS
eSewa Payment Gateway as a payment method in your WHMCS Panel.
The eSewa payment plugin for WHMCS was created separate from the eSewa company. There are no connections between any of the plugin's creators and any of these two businesses.
## Features
- Order Invoice Payment
- Manual Invoice Payment## Installation
Download the ZIP (or tar.gz) file from the releases [See the releases](https://github.com/surazdott/esewa-whmcs-module/releases)
Extract the zip file and paste the following files in WHMCS modules/gateways
### Folder Structure
```
├── modules
│ ├── gateways
| | |── callback
| | └────── esewa.php
| | |── esewa
| | └────── helpers.php
| | └────── init.php
| | └────── logo.png
| | └────── whmcs.json
| ├── esewa.php
├── .gitignore
└── README.md
```- Go to the appropriate interface in the WHMCS Admin Area
- Search esewa payment gateway in the payment list and click on it
- Click on active button
- Click on manage button and update your merchant code
## Documentation
Check out the installation guide and configuration of [WHMCS Panel](https://help.whmcs.com/m/setup/l/1075240-configuring-your-first-payment-gateway)## License
The eSewa WHMCS module is open-sourced software licensed under the [MIT license.](https://opensource.org/license/mit/)