Add the Payment Gateway (1.8.0)
Magento 2 Extension Rebrand Update
For Zip branding, please update to version 1.6.0 or above.
Compatibility
Zip extension requires Magento v.2.3.0 or above. Zip supports USD or CAD as Magento base currency.
Installation
Choose one of the installation methods described below.
Installation might require the assistance of a system integrator, developer, or IT resource to complete the process. Make sure to test the installation in a separate environment before doing this on live store.
> Install with Composer
This is the recommended installation method. Make sure you are familiar with Magento Composer workflow and everything is set accordingly on the project:
More information on Magento Composer.
- At Magento Marketplace, add the extension to the cart and go through the checkout process to be able to download with Composer (extension is free).
- Run following commands from command line:
composer require mr/quadpay
php bin/magento setup:upgrade
Follow any additional instructions from Magento.
> Install Manually
- At Magento Marketplace, add the extension to the cart, go through the checkout process and download
the extension (extension is free). - Create app/code/MR/QuadPay/ directories
- Unzip the extension to newly created Zip directory
- Using the command line, run this command:
php bin/magento setup:upgrade
Follow any additional instructions from Magento.
Configuration
To enable and configure Zip, return to the Magento Admin Panel.
-
Go to Stores > Configuration > Sales > Payment Methods > Zip
-
Under Enabled, select Yes
-
Select Territory (United States or Canada)
-
Copy and paste the Client ID, Client Secret from the Zip Merchant Portal > Settings. (Take care not to add any additional spaces or characters to these fields.)
- Save and flush the cache after setup.
Updated 7 months ago