zip / magento2
Zip Payment Module for Magento 2
Requires
- php: >=8.1
- ext-curl: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-master
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.5
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.0
- dev-release/1.3.0
- dev-james/add-ci-lint-syntax-checks
- dev-fix/ZES-88/cancel-order-on-charge-failure
- dev-release/1.2.11
- dev-release/1.2.9
- dev-feature/ZES-41
- dev-fix/ZES-6
- dev-stage
- dev-release-1.2.5
- dev-release-1.2.4
- dev-feature/BPI-149/docker-image-for-local-magento
- dev-feature/SMIA-1054/parameterize-url
- dev-feature/trigger-e2e-tests
- dev-fix/fix-double-order-confirmation-issue
- dev-fix/pass-metadata-to-zip-downstream
- dev-fix/fixed-multiple-checkout-request-issue
- dev-fix/fixed-api-key-validation-for-other-region
- dev-fix/duplicate-checkout-id-issue
- dev-fix/check-charge-amount-n-order-amount
- dev-feature/update-language-file-for-mx
- dev-release/1.1.5
This package is auto-updated.
Last update: 2026-09-11 22:58:13 UTC
README
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/magento2php bin/magento module:enable Zip_ZipPaymentphp bin/magento setup:upgradephp bin/magento setup:di:compilephp 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/magento2php bin/magento setup:upgradephp bin/magento setup:di:compilephp bin/magento cache:cleanphp 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
- Contact Zip instegrations support through one of the following channels depending on your region to request your configuration credentials:
- 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 integrations@zip.co for assistance.