📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Actively Maintained vv2.5.2

Magento2

quickpay/magento2

Integrates QuickPay payment gateway with Magento 2. Fixes issues with order status and cancellation for unsuccessful transactions.

81,288
Downloads
Below average
5
GitHub Stars
Below average
3mo ago
Last Release
2
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
4 errors , 792 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

vv2.5.2 on Magento 2.4.8-p3
Dec 28, 2025

Share This Module's Status

Magento2 Magento compatibility status badge

README

Loaded from GitHub

QuickPay_Gateway

This is a major release - a remake of the old 2.x module (QuickPay_Payment).

The main reason for the remake was to fix two main issues of QuickPay_Payment, namely:

  • Marking unsuccessful orders as "Authorized"
  • Making it not possible to cancel such orders

We highly suggest to test it on a staging/development environment first.

Tested on Magento 2.3 / 2.4 (PHP version up to 8.3). Compatible with Magento 2.4.8-p2 Compatible with Hyva Checkout

If you have trouble running it on an older Magento version, please, try to update it first.

Installation

composer require quickpay/magento2
php bin/magento module:enable QuickPay_Gateway
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento setup:di:compile
php bin/magento cache:clean

Please note that FTP installation will not work as this module has requirements that will be auto installed when using composer

Pull requests welcome.

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.