Magento v2 (Adobe Commerce)
The following page describes the necessary actions to use the Fiserv Checkout for Magento v2 plugin with a WordPress web shop.
You can find the plugin on the Adobe website here: Adobe Marketplace
Pre-requsites
- 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 install fiserv-ipg/plugin-magento
Enablement of plugin
After successful installation, enable the plugin in your Magento environment with these commands:
- Enable the plugin with the command:
php bin/magento module:enable Fiserv_Checkout - Apply changes to the Magento backend environment:
php bin/magento setup:upgrade
php bin/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.
Retrieval of API keys
To acquire the API key and API secret, create an account on our developer portal. Afterwards, enter the key details into the 'Fiserv General Settings' page.
Updated 3 days ago