zip / magento2
zip/magento2
Zip Payment Module for Magento 2
Magento2 zippayment
Zip gives customers the ability to shop now and pay later with no interest while you as the merchant get paid immediately. Customers select Zip at checkout and get approved instantly and shop securely. Zip is fully integrated with the store’s online checkout and can integrate seamlessly with your store directly via API or by using one of our platform plugins.
Prerequisites
- PHP 7 or above
- Configuration credentials
- Composer (optional)
Installation instructions
Install via SFTP or file upload
- You need to download code from current repo
- Put the current repo files into folder
/yourMagento2root/app/code/Zip/ZipPayment/ - Then follow the normal plugin installation below without the composer require command
Install using Composer
To install the extension via Composer, run
cd <your Magento install dir>composer require zip/magento2php bin/magento module:status(Check if Zip_ZipPayment module is disabled)php bin/magento module:enable Zip_ZipPayment(enabled plugin if disabled)php bin/magento setup:upgradephp bin/magento setup:di:compilephp bin/magento setup:static-content:deploy
To upgrade Existing Modules
composer update zip/magento2php bin/magento setup:di:compilephp bin/magento c:cphp bin/magento setup:static-content:deploy
Install using Magento Component Manager
Note:- This extension is not yet available in the Magento Marketplace. This section will be updated once it is released in the marketplace.
Configuration
Payment Section
- Contact Zip instegrations support through one of the following channels depending on your region to request your configuration credentials:
- UK: [email protected]
- NZ: [email protected]
- AU: [email protected]
- Open the Magento Admin
- Click the Stores icon in the left hand menu and from there choose Settings > Configuration
- The configuration page will open. From the little menu on the left hand side of this screen you must click Sales and then
choose Payment Methods when it expands. - On the Payment Methods page, click Other Payment Methods so it expands.

- Set Enable to Yes and a title for the payment method “Zip"
- Enter the Private Key and Public Key.
- Set payment action to Capture, or Authorise if you want to authorise on checkout completion and capture later
Note: Authorise is only available for AU region only
- Set log settings to Info or Debug if you want to log all the debug information as well.
- Set environment to either Sandbox (for your test or development site) or Production (for your live website)
- Set Sort Order to 0 to place the payment method on top.
Marketing Banners and Widgets Section

- Scroll down and expand Marketing Banners and Widgets section
- Expand everything and set all options to Yes/No as per your requirement.
- Click Save Config up the top
Questions and feedback
If you have any questions concerning this product or the implementation please contact [email protected] for assistance.
No changelog yet
The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.
| Version | Stability | QA Status | Compatibility | Released |
|---|---|---|---|---|
| 1.2.11 | stable | Fail | Magento 2.4.7-2.4.9 Details | 2025-11-18 02:46:14 |
| 1.2.10 | stable | Not tested | Not yet tested Details | 2025-08-21 23:42:19 |
| 1.2.9 | stable | Not tested | Not yet tested Details | 2025-04-03 06:01:42 |
| 1.2.8 | stable | Not tested | Not yet tested Details | 2025-01-21 18:01:56 |
| 1.2.7 | stable | Not tested | Not yet tested Details | 2024-12-09 21:42:57 |
| 1.2.5 | stable | Not tested | Not yet tested Details | 2024-03-26 17:26:27 |
| 1.2.3 | stable | Not tested | Not yet tested Details | 2023-05-25 00:47:49 |
| 1.2.2 | stable | Not tested | Not yet tested Details | 2022-08-29 06:53:41 |
| 1.2.1 | stable | Not tested | Not yet tested Details | 2022-06-21 01:36:42 |
| 1.2.0 | stable | Not tested | Not yet tested Details | 2022-06-16 07:01:47 |
| 1.1.12 | stable | Not tested | Not yet tested Details | 2022-06-01 23:26:20 |
| 1.1.11 | stable | Not tested | Not yet tested Details | 2022-03-11 05:20:00 |
| 1.1.10 | stable | Not tested | Not yet tested Details | 2022-02-28 06:30:59 |
| 1.1.9 | stable | Not tested | Not yet tested Details | 2022-01-24 02:13:18 |
| 1.1.8 | stable | Not tested | Not yet tested Details | 2021-11-23 03:01:32 |
| 1.1.7 | stable | Not tested | Not yet tested Details | 2021-08-15 23:45:26 |
| 1.1.6 | stable | Not tested | Not yet tested Details | 2021-07-13 01:56:25 |
| 1.1.5 | stable | Not tested | Not yet tested Details | 2021-02-16 23:55:22 |
| 1.1.4 | stable | Not tested | Not yet tested Details | 2021-01-15 02:48:13 |
| 1.1.3 | stable | Not tested | Not yet tested Details | 2020-12-23 03:41:17 |
| 1.1.2 | stable | Not tested | Not yet tested Details | 2020-11-10 03:13:23 |
| 1.1.0 | stable | Not tested | Not yet tested Details | 2020-10-07 22:08:51 |
Requires 2
| Package | Constraint |
|---|---|
| php | >=8.1 |
| ext-curl | * |
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.
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.
| Tool | Status | Findings | Summary |
|---|---|---|---|
| PHPCS | Warning | 287 | 287 warnings (ruleset: Magento2) — 74 auto-fixable with phpcbf |
| PHPMD | Warning | 277 | 277 rule violations (MissingImport:99, UndefinedVariable:39, CyclomaticComplexity:26, NPathComplexity:25, UnusedLocalVariable:21) |
| Cpd | Warning | 19 | 19 duplicated chunks spanning 1246 total lines (min-lines=5, min-tokens=70) |
| Composer validate | Info | 1 | valid; 1 advisory note (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.
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
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
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.
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.