PHPackages                             mage2pro/allpay - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. mage2pro/allpay

ActiveMagento2-module[API Development](/categories/api)

mage2pro/allpay
===============

歐付寶 OPay (allPay) integration with Magento 2

1.12.2(2y ago)4194[2 issues](https://github.com/mage2pro/allpay/issues)proprietaryPHP

Since Jun 25Pushed 1y ago2 watchersCompare

[ Source](https://github.com/mage2pro/allpay)[ Packagist](https://packagist.org/packages/mage2pro/allpay)[ Docs](https://mage2.pro/c/extensions/allpay)[ RSS](/packages/mage2pro-allpay/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (210)Used By (0)

This module integrates a Magento 2 based webstore with the **[歐付寶 O'Pay (allPay)](https://www.opay.tw)** Taiwanese payment service.
The module is **free** and **open source**.

Demo videos
-----------

[](#demo-videos)

1. [Capture a **bank card** payment](https://www.youtube.com/watch?v=tmy-YbPGrio).
2. [Capture an **ATM** payment](https://www.youtube.com/watch?v=1S-j8UbXZtA).
3. [Capture a **Barcode** payment](https://www.youtube.com/watch?v=ujA-BOQV6GM).
4. [A payment by **installments**](https://www.youtube.com/watch?v=rAkXZlP8Xok).
5. [Payment **options** on the Magento checkout screen](https://www.youtube.com/watch?v=V0vYTeRALyo).
6. [**Mobile** mode](https://www.youtube.com/watch?v=vZGABg-31xo).
7. [**Fast** mode: skip the billing address form filling](https://www.youtube.com/watch?v=a-gTR5JNlwk).

Screenshots
-----------

[](#screenshots)

### Frontend checkout screen

[](#frontend-checkout-screen)

[![](https://camo.githubusercontent.com/c2ff114e151ce75dfca3176f0ec83274136ca5cab60c481f285b8793f47eaf3b/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f32582f642f643561396466316463636264336233393834383337396230616137653534363563346132316164662e706e67)](https://camo.githubusercontent.com/c2ff114e151ce75dfca3176f0ec83274136ca5cab60c481f285b8793f47eaf3b/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f32582f642f643561396466316463636264336233393834383337396230616137653534363563346132316164662e706e67)

### Frontend checkout screen in the fast mode

[](#frontend-checkout-screen-in-the-fast-mode)

[![](https://camo.githubusercontent.com/08d77c11ef357a7128295b5b8fb002e00757e6a34cff2dc128d916ea3918f211/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f32582f382f386335313234346638633964333065623161666465613263623865666362343561393165306433392e706e67)](https://camo.githubusercontent.com/08d77c11ef357a7128295b5b8fb002e00757e6a34cff2dc128d916ea3918f211/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f32582f382f386335313234346638633964333065623161666465613263623865666362343561393165306433392e706e67)

### Backend orders list

[](#backend-orders-list)

[![](https://camo.githubusercontent.com/1f97b1776b1784a8ad3aedd8a069cceaa5ba82c98a1b657c6ada84d5a7ebaf26/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f32582f642f646137643761646338666632626138333932346135316665366439643563373364623934393833332e706e67)](https://camo.githubusercontent.com/1f97b1776b1784a8ad3aedd8a069cceaa5ba82c98a1b657c6ada84d5a7ebaf26/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f32582f642f646137643761646338666632626138333932346135316665366439643563373364623934393833332e706e67)

### Backend settings

[](#backend-settings)

[![](https://camo.githubusercontent.com/aff9a68e236b7b3579025d8d1279f9f669a2e99750d15c45d7fa995930364907/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f32582f632f633464316433626665313033363063613364323164633937383333386135306265383133386463332e706e67)](https://camo.githubusercontent.com/aff9a68e236b7b3579025d8d1279f9f669a2e99750d15c45d7fa995930364907/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f32582f632f633464316433626665313033363063613364323164633937383333386135306265383133386463332e706e67)

How to install
--------------

[](#how-to-install)

[Hire me in Upwork](https://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

[](#2-self-installation)

```
bin/magento maintenance:enable
rm -f composer.lock
composer clear-cache
composer require mage2pro/allpay:*
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 en_US zh_Hant_TW
bin/magento maintenance:disable

```

How to update
-------------

[](#how-to-update)

```
bin/magento maintenance:enable
composer remove mage2pro/allpay
rm -f composer.lock
composer clear-cache
composer require mage2pro/allpay:*
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 en_US zh_Hant_TW
bin/magento maintenance:disable

```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~12 days

Recently: every ~319 days

Total

209

Last Release

1010d ago

Major Versions

0.9.20 → 1.0.02016-08-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ff3ceeca28bb312ef9df517484b80307dae5385affdf9ea2e43e73815792a56?d=identicon)[mage2pro](/maintainers/mage2pro)

---

Top Contributors

[![dmitrii-fediuk](https://avatars.githubusercontent.com/u/83204?v=4)](https://github.com/dmitrii-fediuk "dmitrii-fediuk (583 commits)")

---

Tags

allpaymage2promage2pro-modulemage2pro-module-readymage2pro-module-reusablemage2pro-paymentmagento2magento2-extensionmagento2-modulemagento2-payment-gatewayopaytaiwanapimagentopaymentecommercepayment gatewayTaiwancredit-cardmagento 2payment-integrationinstallmentmagento extensionallpaybank-cardopaybarcode paymentCVS paymentinternet bankingWebATM payment

### Embed Badge

![Health badge](/badges/mage2pro-allpay/health.svg)

```
[![Health](https://phpackages.com/badges/mage2pro-allpay/health.svg)](https://phpackages.com/packages/mage2pro-allpay)
```

###  Alternatives

[mage2pro/stripe

Stripe integration with Magento 2

605.3k](/packages/mage2pro-stripe)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
