Magento v2 (Adobe Commerce)
The following page describes the necessary actions to use the Fiserv Checkout for Magento v2 plugin with an Adobe web shop.
You can find the plugin on the Adobe website here: Adobe Marketplace
Pre-requisites
- PHP v8.1 and above
- Magento Open Source 2.4 and above
Installation
Besides using the automatic installation procedure, you can alternatively install the plugin in a manual way.
Option 1: Manual installation via (s)FTP
You can manually install the plugin by uploading the ZIP file to the Magento environment using (s)FTP.
- Unzip plugin archive and move to Magento root directory
- Copy the unzipped release folder into: /app/code/Fiserv/Checkout
Option 2: Manual installation via Composer
Required: PHP, Composer
- Move to your Magento root directory
- Install plugin by running composer require fiserv-ipg/checkout
Enablement of plugin
After successful installation, enable the plugin in your Magento environment with these commands:
- Enable the plugin with the command:
magento module:enable Fiserv_Checkout - Apply changes to the Magento backend environment:
magento setup:upgrade
magento cache:flush
Configuration
-
Access Magento’s admin dashboard
-
Navigate to Stores > Configuration > Sales > Payment Methods
-
Scroll to section 'Other Payment Methods' to see 'Fiserv General Settings'. Enable your payment methods.
-
Apply your API key and secret in the settings fields respectively. To get the API credentials proceed to the next step and follow the link below.
Get API Credentials
To acquire the API key and secret, create an account on the Developer Portal.
Copy and paste the acquired credentials into the ‘Settings’.
Updated about 13 hours ago