ingenico / m2-payment
Ingenico ePayments Module
Installs: 83 487
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 15
Open Issues: 19
Type:magento2-module
Requires
- graylog2/gelf-php: ~1.5
- ingenico/ogone-client: ^7.1.0
- league/iso3166: ~2.1
- monolog/monolog: *
- symfony/translation: >=4.2
Requires (Dev)
README
Ingenico ePayments is the online and mobile commerce division of Ingenico Group. We are a certified payment processor, active worldwide with more than 20 years of experience. We connect merchants and consumers, enabling businesses everywhere to go further beyond today’s boundaries and creating the future of global commerce. Benefit from a stable & compliant environment, a wide range of payment methods and local payment expertise! More than 160,000 merchants trust us. With advanced data analytics, fraud management solutions and cross-border commerce expertise, we help merchants optimize their business and grow into new markets around the world.
Compatible with PSD2 Strong Customer Authentication (3DS v2) requirements, Ingenico’s payment extension for Magento enables merchants to accept online payments from customers all over the world. Whether you are a startup, a medium-sized company or a large corporate business, our solutions are designed to help you grow in your home markets and beyond. Our payment extension is built and designed for Magento 2. Get started and download our plugin. It's free and easy to configure!
Installation
Magento Marketplace
The recommended way of installing is through Magento Marketplace, where you can find Ingenico ePayments.
Composer
-
Go to Magento2 root folder
-
Enter following commands to install extension:
composer require ingenico/m2-payment
Wait while dependencies are updated.
-
Enter following commands to enable extension:
php bin/magento module:enable Ingenico_Payment --clear-static-content php bin/magento setup:upgrade php bin/magento cache:clean
-
If Magento is running in "production" mode, then also execute:
php bin/magento setup:di:compile php bin/magento setup:static-content:deploy
-
Configure extension as per configuration instructions
Manual Installation from Downloaded ZIP Archive
-
In Magento root directory create folder named "ingenico_src"
-
Upload extension ZIP archive into that folder. DO NOT extract archive!
-
Log in via SSH, go to Magento root folder and execute:
composer config repositories.ingenico artifact /full/server/path/to/ingenico_src/
Where given path is a full server path of the folder containing ZIP archive with module.
composer require ingenico/m2-payment php bin/magento module:enable Ingenico_Payment --clear-static-content php bin/magento setup:upgrade php bin/magento cache:clean
If Magento is running in "production" mode, then also execute:
php bin/magento setup:di:compile php bin/magento setup:static-content:deploy
- Configure extension as per configuration instructions
Update
Log in via SSH, go to Magento root folder and execute:
composer require ingenico/m2-payment:VERSION --update-with-dependencies php bin/magento setup:upgrade
Removal
Log in via SSH, go to Magento root folder and execute:
php bin/magento module:uninstall Ingenico_Payment --clear-static-content composer remove ingenico/m2-payment php bin/magento setup:upgrade
Configuration
- Log in to Magento Admin
- Go to Stores > Configuration > Ingenico ePayments and configure settings
- Go to Stores > Configuration > Sales > Payment Methods > Ingenico ePayments and configure settings
- Read more Installation and Configuration guide