https://github.com/boolfly/momo-wallet
Momo Payment for Magento 2
https://github.com/boolfly/momo-wallet
magento-2-extension magento-2-extension-free magento2-module momo momo-payment payment-integration payment-module
Last synced: 2 months ago
JSON representation
Momo Payment for Magento 2
- Host: GitHub
- URL: https://github.com/boolfly/momo-wallet
- Owner: boolfly
- License: osl-3.0
- Created: 2020-03-19T07:01:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T03:26:39.000Z (over 2 years ago)
- Last Synced: 2024-08-18T01:49:57.869Z (over 1 year ago)
- Topics: magento-2-extension, magento-2-extension-free, magento2-module, momo, momo-payment, payment-integration, payment-module
- Language: PHP
- Size: 76.2 KB
- Stars: 17
- Watchers: 4
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Momo Payment for Magento 2

https://techcrunch.com/2019/01/18/momo-warburg-pincus/
Visit developer page: https://developers.momo.vn/
> MoMo Payment Platform API is a payment solution for business units, allowing customers to use MoMo E-Wallet account to pay for services on various platforms: Desktop Website, Mobile Website, Mobile Application, POS, Pay In Bill, In App MoMo.
This extension will bring Momo to Magento 2 platform.
## Installation
##### Using Composer (we recommended)
```
composer require boolfly/module-momo-wallet
```
## Setup Currency
First of all, we need to make sure our website supporting Vietnamese Dong.
Log in to Admin, **STORES > Configurations > GENERAL > Currency Setup > Currency Options > Allowed Currencies**. Make sure the Vietnamese Dong is selected.

Go to Currency Rates, **STORES > Currency > Currency Rates**

## Momo Configuration
Log in to Admin, **STORES > Configurations > SALES > Payment Methods > Momo**

You can read more here: https://developers.momo.vn/#/docs/en/?id=integration-information
Configuration info to integrate with MoMo API.
- Enabled: enable or disable this method.
- Partner Code: Identify your bussiness account.
- Access Key: Access key server.
- Secret Key: Used to create digital signature.
- Public Key: Used to encrypt data by RSA algorithm.
- Sandbox Mode: when testing, we should enable this mode
## Checkout
After enabling this method, go to the checkout, we can see this method.

Momo Payment page:

## Purchased Successfully


Contribution
---
Want to contribute to this extension? The quickest way is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests)
Support
---
If you encounter any problems or bugs, please open an issue on [GitHub](https://github.com/boolfly/momo-wallet/issues).
Need help setting up or want to customize this extension to meet your business needs? Please email boolfly.inc@gmail.com and if we like your idea we will add this feature for free or at a discounted rate.