ingenico-epayments/connect-extension-magento2 2.2.0

Magento2 Extension for connecting to the Ingenico ePayments Connect platform

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts
Replaces

Ingenico ePayments Connect Extension for Magento 2

Payment extension for processing the Magento order workflow via the Ingenico ePayments Connect API

Requirements

To use this extension you need to have an Ingenico ePayments account.

Compatibility

This module is compatible with the following versions of Magento:

  • 2.2: 2.2.6 and upward
  • 2.3: 2.3.0 and upward

Installation Instructions

Install module

Installation via Composer requires the Magento Composer Installer to be in place.

Add the repository to your composer.json by running the following command:

composer config repositories.ingenico_connect git https://github.com/Ingenico-ePayments/connect-extension-magento2.git

Add the required Composer module:

composer require ingenico-epayments/connect-extension-magento2
Configure module
  1. In the Magento root directory execute php bin/magento module:enable Ingenico_Connect
  2. In the Magento root directory execute php bin/magento setup:upgrade
  3. Open Magento Admin > Stores > Configuration > Sales > Ingenico ePayments
  4. Set values:
    • General section:
      • Enabled = Yes
      • Title = (Enter your preferred name to display in the checkout)
    • Account Settings section:
      • API Endpoint and API Endpoint (Secondary) according to https://epayments-api.developer-ingenico.com/s2sapi/v1/en_US/php/endpoints.html
      • API Key = Configuration Center provides the value
      • API Secret = Configuration Center provides the value
      • MID (Merchant ID) = Configuration Center provides the value
      • Hosted Checkout Subdomain = can be configured on Configuration Center. By default it is: 'https://payment.'
    • Webhook Settings section:
      • Webhooks Key ID = Configuration Center provides the value
      • Webhooks Secret Key = Configuration Center provides the value
  5. Save Config
  6. In the Magento root directory execute php bin/magento cache:clean
Test module
  1. Open the Magento frontend
  2. Add a product to the cart
  3. Proceed to the checkout page
  4. On the "Payment Method" section select "Ingenico ePayments"
  5. The available payment methods (PayPal, Visa, etc.) should be shown under the title
Upgrade instructions

If you are upgrading from a version prior to 2.0.0, please read the upgrade instructions.

Support

In case of questions or problems, you can contact the Ingenico support team: https://www.ingenico.com/epayments/support

License

Please refer to the included LICENSE.txt file.

Copyright

(c) 2019 Ingenico eCommerce Solutions Bvba