# mage2pro/ipay88

> iPay88 integration with Magento 2

`composer require mage2pro/ipay88`

Canonical URL: https://packagento.com/mage2pro/ipay88

## At a glance

- **Vendor**: mage2pro (https://packagento.com/mage2pro.md)
- **Latest version**: 1.7.0 — released 2023-01-04
- **Pricing**: Free
- **Package type**: Magento 2 module
- **Status**: active, accepting new buyers

## Installation

Packagento is licence-gated, so even free packages need a licence on a project before Composer can resolve them.

1. **Sign in or create an account** at https://packagento.com/customer/account/.

2. **Add the package to your account.** Open https://packagento.com/mage2pro/ipay88 and complete the free checkout. A licence is minted automatically.

3. **Create or pick a project, then activate the licence on it.**
   - Projects represent the Magento installs you deploy to. Manage them at https://packagento.com/projects/.
   - Activate the new licence on the project you'll deploy this package to. Activation is what generates the Composer credentials scoped to that project.

4. **Add the project credentials to your Magento codebase.**

   Grab the project's public + private key from https://packagento.com/projects/ (open the project, then its Credentials tab), and add them to `auth.json`:

   ```json
   {
     "http-basic": {
       "packagento.com": {
         "username": "ppk_live_...",
         "password": "psk_live_..."
       }
     }
   }
   ```

   Add the Packagento Composer repository to `composer.json`:

   ```json
   {
     "repositories": [
       { "type": "composer", "url": "https://packagento.com" }
     ]
   }
   ```

5. **Install and apply.**

   ```bash
   composer require mage2pro/ipay88:*
   bin/magento setup:upgrade
   bin/magento setup:di:compile
   bin/magento cache:flush
   ```

## What it does

iPay88 integration with Magento 2

## README

This module integrates a Magento 2 based webstore with the **[iPay88](https://www.ipay88.com)** 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](https://mage2.pro/tags/ipay88-screenshot)
- The frontend checkout screen:
	- [in the «**images**» mode](https://mage2.pro/t/topic/4540)
	- [in the «**text**» mode](https://mage2.pro/t/topic/4539)
- [The **payment information** blocks](https://mage2.pro/t/topic/4543)
- [The backend settings](https://mage2.pro/t/topic/4542)
- [The bank card payment form](https://mage2.pro/t/topic/3683)
- [An email receipt to a buyer](https://mage2.pro/t/topic/3684)
- [An email payment notification for a merchant](https://mage2.pro/t/topic/3685)

### The available payment options for Malaysia
- [Affin Bank](https://www.affinbank.com.my) ([affinOnline](http://www.affinonline.com))
- [Alliance Bank](http://www.alliancebank.com.my) ([Alliance Online](https://www.allianceonline.com.my))
- [AmBank](https://www.ambank.com.my) ([AmOnline](https://www.ambank.com.my/eng/online-banking))
- [Bank Islam](http://www.bankislam.com.my)
- [Bank Muamalat](http://www.muamalat.com.my)
- [Bank Rakyat](http://www.bankrakyat.com.my)
- [Celcom AirCash](https://aircash.celcom.com.my)
- [CIMB Bank](https://www.cimbbank.com.my) ([CIMB Click](https://www.cimbclicks.com.my))
- [Hong Leong Bank](https://www.hlb.com.my/main/)
- [Maybank](http://www.maybank.com) ([Maybank2U](http://www.maybank2u.com.my/))
- [OCBC](https://www.ocbc.com.my)
- PayPal (MYR)
- [RHB Bank](http://www.rhbgroup.com) ([RHB Online](https://logon.rhb.com.my/))
- [Standard Chartered Bank](https://www.sc.com/my)
- [United Overseas Bank (UOB)](http://www1.uob.com.my)
- [Webcash](https://www.webcash.com.my/pages/merchant/merchant-overview)

### How to install
[Hire me in Upwork](https://www.upwork.com/fl/mage2pro), 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
```

## Recent Versions

| Version | Released |
|---|---|
| 1.7.0 | 2023-01-04 |
| 1.6.5 | 2020-01-30 |
| 1.6.4 | 2019-09-29 |
| 1.6.3 | 2019-09-28 |
| 1.6.2 | 2019-09-28 |
| 1.6.1 | 2019-05-10 |
| 1.6.0 | 2018-08-23 |
| 1.5.3 | 2018-06-11 |
| 1.5.2 | 2018-06-08 |
| 1.5.1 | 2018-02-05 |

Showing 10 of 62 versions. Full release history on https://packagento.com/mage2pro/ipay88.

## Dependencies

### Require

| Package | Constraint |
|---|---|
| mage2pro/core | >=9.0.5 |

## Quality

Latest release (1.7.0) fails the Packagento QA pipeline. Verdicts below are per-cell (Magento line × PHP version) for the matrixed tools, and run-once for the static / security tiers.


### Compatibility

Each Magento line is installed on its supported PHP versions, then the module is built (DI compile + static-content deploy). Cells show passed / failed / untested; staircase gaps render as `–`.

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | Pass | Pass | – | – |
| 2.4.8 | – | Pass | 1 | – |
| 2.4.9 | – | – | 1 | 1 |


### Code Quality

Advisory checks against the module's source. Never affect the Compatibility verdict — a phpcs finding can't make a module incompatible.

#### Static Analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

| Tool | Status | Findings | Summary |
|---|---|---|---|
| PHPCS | Fail | 711 | 17 errors, 694 warnings (ruleset: Magento2) — 671 auto-fixable with phpcbf |
| PHPMD | Warning | 1 | 1 rule violation (IfStatementAssignment:1) |
| Cpd | Pass | 0 |  |
| Composer validate | Info | 2 | valid; 2 advisory notes (composer validate --strict) |

#### PHPStan

Type-checks the module against a real Magento install. Re-runs per Magento + PHP version because resolvable symbols differ between releases.

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | 1125 | 1125 | – | – |
| 2.4.8 | – | 1124 | 1159 | – |
| 2.4.9 | – | – | 1160 | 1160 |


### Tests

Unit and integration suites run per Magento + PHP cell. Test failures speak to the module's behaviour, not its compatibility with a line, so they're reported here separately.

#### Unit Tests

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | – | – |
| 2.4.8 | – | N/A | N/A | – |
| 2.4.9 | – | – | N/A | N/A |

#### Integration Tests

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | – | – |
| 2.4.8 | – | N/A | N/A | – |
| 2.4.9 | – | – | N/A | N/A |


### Security

Dependency-advisory audit (composer audit) plus a source malware scan. A malware detection fails the version outright.

| Tool | Status | Findings | Summary |
|---|---|---|---|
| Composer audit | Pass | 0 |  |
| Malware scan | Pass | 0 |  |

## Licence and pricing

Free. A licence is still minted on checkout and bound to your project for Composer access — no payment step.

Refundable within 14 days of first purchase via https://packagento.com/account/refunds/.

## Install via Claude Code or any MCP client

The Packagento MCP server can run the licence + project + Composer steps above in one tool call:

```
purchase_and_install_packages(
  composer_names=["mage2pro/ipay88"],
  project_id="proj_xxx"
)
```

This handles cart, checkout, licence minting, project activation, and writes auth.json credentials. Connect a client with `claude mcp add packagento https://mcp.packagento.com`. Full setup at https://packagento.com/docs/mcp-setup.

## Vendor

mage2pro is a Magento 2 vendor on Packagento. See https://packagento.com/mage2pro.md for their full catalogue.

