Type
magento2-module
Official PayIQ module for Magento2
magento2-module
OSL-3.0, AFL-3.0
None
None
None
None
None
The official PayIQ Extension for Magento2
In the command line, go to the root directory of your Magento installation
Install the module and it's dependencies with this command:
composer require payiq/payiq-magento2
Enter following commands to enable module:
php bin/magento module:enable PayIQ_Magento2 --clear-static-content && php bin/magento setup:upgrade && php bin/magento cache:clean
This will enable the module, run the required install scripts and clear the cache.
If you run Magneto in production mode, you will also need to recompile:
php bin/magento setup:di:compile
Login into the Magneto admin to enable and configure the module. You do this under Stores > Configuration > Sales > Payment Methods > PayIQ Payments.
First public release. Currently in beta.