wirecard / magento2-wcp

wirecard/magento2-wcp

magento2-module Compatibility: 2.4.7 Code Quality: Fail Tests: N/A Security: Pass GPL-2.0

Qenta Checkout Page extension for Magento 2

License
PHP v8.2
Magento v2.4.6


Our Online Guides provide further information on payment methods and additional features. Please observe our terms of use regarding plugins.

Try with Docker

You can run a Magento 2 test shop with Qenta Checkout Page module installed and pre-configured for Demo Mode.

  • Add your ngrok token to .env
  • Launch docker-compose up; docker-compose down

Installation Guide

Take a look at our installation guide for installing Qenta Checkout Page in your Magento 2 shop.

Qenta Checkout Page

Qenta Checkout Page is designed to meet the ambitious demands of merchants offering a wide range of payment methods while at the same time fulfilling PCI DSS compliance.

Qenta Checkout Page offers:

  • National and international payment methods: credit cards, debit cards, online banking payments, mobile payment solutions and other alternative payment methods.
  • One interface for all payment methods.
  • Intuitive user interface in more than 25 languages and 120 currencies.
  • Layout and design customizable to meet the needs of our merchants (customized look-and-feel).
  • Payment page compatible with mobile devices.
  • Comprehensive range of effective fraud prevention tools.
  • PCI DSS 3 compliant, no PCI certification necessary for merchants.
  • Easy to add new payment methods, additional features, languages and currencies, etc.
  • Web interface for managing payments (approvals, cancelations, credits, etc.).

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
3.1.5 stable Fail Magento 2.4.7 Details 2025-12-10 13:23:52
3.1.4 stable Not tested Not yet tested Details 2025-09-01 10:56:56
3.1.3 stable Not tested Not yet tested Details 2025-08-29 09:08:56
3.1.2 stable Not tested Not yet tested Details 2025-07-01 11:35:57
3.1.1 stable Not tested Not yet tested Details 2024-05-23 09:03:35
3.1.0 stable Not tested Not yet tested Details 2024-04-30 13:23:51
3.0.1 stable Not tested Not yet tested Details 2024-03-15 13:07:03
3.0.0 stable Not tested Not yet tested Details 2024-01-15 07:12:25
2.2.0 stable Not tested Not yet tested Details 2024-01-15 07:10:45
2.1.0 stable Not tested Not yet tested Details 2022-05-20 12:52:00
2.0.5 stable Not tested Not yet tested Details 2021-11-18 13:17:16
2.0.2 stable Not tested Not yet tested Details 2021-06-17 08:54:56
2.0.1 stable Not tested Not yet tested Details 2021-05-12 07:56:26
2.0.0 stable Not tested Not yet tested Details 2020-12-01 10:19:23
1.0.13 stable Not tested Not yet tested Details 2018-06-14 12:52:00
1.0.12 stable Not tested Not yet tested Details 2018-04-16 07:02:08
1.0.11 stable Not tested Not yet tested Details 2017-10-31 13:04:14
1.0.10 stable Not tested Not yet tested Details 2017-10-12 11:50:13
1.0.9 stable Not tested Not yet tested Details 2017-09-26 05:24:53
1.0.8 stable Not tested Not yet tested Details 2017-05-24 08:37:40
1.0.7 stable Not tested Not yet tested Details 2017-05-23 11:10:01
1.0.6 stable Not tested Not yet tested Details 2017-05-02 06:07:54
1.0.5 stable Not tested Not yet tested Details 2017-02-17 09:01:37
1.0.4 stable Not tested Not yet tested Details 2016-11-22 07:33:44
1.0.3 stable Not tested Not yet tested Details 2016-11-18 13:26:51
1.0.2 stable Not tested Not yet tested Details 2016-07-08 06:51:52
1.0.1 stable Not tested Not yet tested Details 2016-05-03 11:24:44
1.0.0 stable Not tested Not yet tested Details 2016-04-19 08:16:14

Requires 2

Package Constraint
php ~7.2.5|~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0|~8.3.0
qenta/checkout-client-library 5.0.10

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Pass Pass
2.4.8 Pass not tested
2.4.9 not tested not tested

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge — 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.

Static analysis results
Tool Status Findings Summary
PHPCS Fail 598 11 errors, 587 warnings (ruleset: Magento2) — 388 auto-fixable with phpcbf
PHPMD Warning 73 73 rule violations (MissingImport:47, UnusedFormalParameter:6, CyclomaticComplexity:6, NPathComplexity:4, ExcessiveMethodLength:3)
Cpd Pass 0
Composer validate Info 2 valid; 2 advisory notes (composer validate --strict)

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases. Cell → details modal.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 180 180
2.4.8 180 N/A
2.4.9 N/A N/A

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
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

Integration tests results by Magento and PHP version
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

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0
License
GPL-2.0
Homepage
https://www.qenta.com
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.