Ipay88
mage2pro/ipay88
Integrates Magento 2 with the iPay88 payment gateway, supporting multiple countries in Southeast Asia and China. Enables customers to pay via various local banks and payment methods.
Build Tests
Code Quality
Tested on Magento 2.4.8-p3
Recent Test History
Each release is tested against the latest Magento version at that time.
Looking for Contributors
Dependency injection compilation fails. Your contribution could help the entire Magento community!
Share This Module's Status
README
Loaded from GitHubThis module integrates a Magento 2 based webstore with the iPay88 payment service (Malaysia, Indonesia, Philippines, Thailand, Singapore, China).
The module is free and open source.
Demo video
https://www.youtube.com/watch?v=hgg7cu9y57c&list=PLTq8uOpBQGsEVWfTrncggf2XnngZYaUJa
Screenshots
- The frontend checkout screen:
- The payment information blocks
- The backend settings
- The bank card payment form
- An email receipt to a buyer
- An email payment notification for a merchant
The available payment options for Malaysia
- Affin Bank (affinOnline)
- Alliance Bank (Alliance Online)
- AmBank (AmOnline)
- Bank Islam
- Bank Muamalat
- Bank Rakyat
- Celcom AirCash
- CIMB Bank (CIMB Click)
- Hong Leong Bank
- Maybank (Maybank2U)
- OCBC
- PayPal (MYR)
- RHB Bank (RHB Online)
- Standard Chartered Bank
- United Overseas Bank (UOB)
- Webcash
How to install
Hire me in Upwork, and I will:
- install and configure the module properly on your website
- answer your questions
- solve compatiblity problems with third-party checkout, shipping, marketing modules
- implement new features you need
2. Self-installation
bin/magento maintenance:enable
rm -f composer.lock
composer clear-cache
composer require mage2pro/ipay88:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f ms_Latn_MY en_US <additional locales, e.g.: zh_Hans_CN>
bin/magento maintenance:disable
How to update
bin/magento maintenance:enable
composer remove mage2pro/ipay88
rm -f composer.lock
composer clear-cache
composer require mage2pro/ipay88:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f ms_Latn_MY en_US <additional locales, e.g.: zh_Hans_CN>
bin/magento maintenance:disable
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.