The Home for Magento 2 Excellence

Automated build tests for Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1094 Modules
673 Ready
420 Need Help
Vendors 🏆 Leaderboard
Popular Module Actively Maintained v1.2.13 OSL-3.0

Magento2

zip/magento2 56

Integrates Zip "shop now, pay later" payment gateway. Allows customers to purchase items and pay in installments.

119,003
Downloads
Below average
4
GitHub Stars
Below average
1mo ago
Last Release
16
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
1395 warnings
PHPStan Failed

Release Discipline

80 SemVer 80% compliant What is this?

Release history audited up to v1.2.13

Tested on Magento 2.4.9

Recent Test History

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

v1.2.13 on Magento 2.4.9
Aug 11, 2026
v1.2.12 on Magento 2.4.9
Jul 14, 2026
v1.2.11 on Magento 2.4.9
May 27, 2026
v1.2.11 on Magento 2.4.8-p4
Mar 22, 2026
v1.2.11 on Magento 2.4.8-p3
Dec 26, 2025

Share This Module's Status

Magento2 Magento compatibility status badge

README

Loaded from GitHub

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 8.1 or above
  • Composer
  • Configuration credentials

Installation instructions

The extension is a Composer package. It depends on Zip's PHP client library (zipmoney/merchantapi-php), which Composer installs for you — the extension does not carry a copy of it.

Install using Composer (recommended)

From your Magento root:

  • composer require zip/magento2
  • php bin/magento module:enable Zip_ZipPayment
  • php bin/magento setup:upgrade
  • php bin/magento setup:di:compile
  • php bin/magento setup:static-content:deploy

php bin/magento module:status will tell you whether the module is already enabled.

To upgrade:

  • composer update zip/magento2
  • php bin/magento setup:upgrade
  • php bin/magento setup:di:compile
  • php bin/magento cache:clean
  • php bin/magento setup:static-content:deploy

Install from the release archive

Each release attaches zip-zippayment-<version>.zip — the Composer package, with composer.json at its root and no vendor/. The Zip PHP library is a declared dependency, so Composer fetches it:

composer config repositories.zip artifact /path/to/archives
composer require zip/magento2

There is deliberately no archive for copying files into app/code. Such a store needs the library inside vendor/ and the tree nested under Zip/ZipPayment/, because Magento never reads a module's composer.json when the module is dropped there. If that route is needed, it has to be a separate archive — ask rather than improvise one from this repository, which carries no library at all.

Install using Magento Marketplace

Note:- This extension is not yet available in the Magento Marketplace. This section will be updated once it is released there.

Configuration

Payment Section

  1. Contact Zip instegrations support through one of the following channels depending on your region to request your configuration credentials:
  2. Open the Magento Admin
  3. Click the Stores icon in the left hand menu and from there choose Settings > Configuration
  4. 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.
  5. On the Payment Methods page, click Other Payment Methods so it expands.

  1. Set Enable to Yes and a title for the payment method “Zip"
  2. Enter the Private Key and Public Key.
  3. 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

  1. Set log settings to Info or Debug if you want to log all the debug information as well.
  2. Set environment to either Sandbox (for your test or development site) or Production (for your live website)
  3. Set Sort Order to 0 to place the payment method on top.

Marketing Banners and Widgets Section

  1. Scroll down and expand Marketing Banners and Widgets section
  2. Expand everything and set all options to Yes/No as per your requirement.
  3. Click Save Config up the top

Questions and feedback

If you have any questions concerning this product or the implementation please contact integrations@zip.co for assistance.

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.