Installation

Installation


Article Summary

Please note:

Before proceeding with the installation, we highly recommend setting up the plugin in a test environment and creating a backup of your webshop.

The Buckaroo Payments Plugin for Magento 2 provides a seamless payment gateway for your online store. It offers a wide range of popular online payment methods in The Netherlands, Belgium, France, Germany, and worldwide.

Requirements

• A Buckaroo account - Click here to get started
• Magento 2.4.4 up to 2.4.6
• Tested on PHP 8.0, 8.1 & 8.2

Magento2_download_button


Composer installation

For a seamless installation, we highly recommend using composer to install the Buckaroo Magento 2 module. Composer offers a straightforward approach to installing, updating, and maintaining the module. To get started, simply run the following commands in the root folder of your Magento 2 installation:

Installation

composer require buckaroo/magento2
php bin/magento module:enable Buckaroo_Magento2
php bin/magento setup:db-declaration:generate-whitelist --module-name=Buckaroo_Magento2
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Upgrade

To ensure access to the latest features and bug fixes, it is important to update the extension regularly.
To do so, please execute the following commands and remember to flush your Magento cache afterwards:

composer update buckaroo/magento2
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Run compile if your store is in Production mode:

php bin/magento setup:di:compile


Additional modules

The Buckaroo Magento 2 plugin offers the flexibility to integrate additional modules for enhanced functionality.
Take a look at the following modules that can be seamlessly integrated with our plugin:

Second Chance module
Google Analytics module
Hyvä React Checkout module
Hyvä Checkout module
(in development)
GraphQL module
Please note:

The Hyvä Checkout module is currently available as a BETA version only.



What's Next