Shopware is a modular online shop system developed in Germany since 2004. It is available both as open source software and in commercial editions.
The Buckaroo Payments Plugin (Dutch or English) for Shopware 6 enables a ready-to-sell payment gateway. You can choose from popular online payment methods in The Netherlands, Belgium, France, Germany and globally. Start accepting payments within a few minutes.
To use the Buckaroo plugin, please be aware of the following minimum requirements:
No administration rebuild required. The plugin ships pre-built administration assets for all supported Shopware versions (6.6 and 6.7+). After installing or updating the plugin you do not need to run
bin/build-administration.shor any other build command.
We recommend you to install the Buckaroo Shopware 6 Payments plugin with composer. It is easy to install, update and maintain.
Run the following commands:
cd S6_INSTALLATION_ROOT
composer require buckaroo/shopware6
ln -s ../../vendor/buckaroo/shopware6 custom/plugins/BuckarooPayments
bin/console plugin:refresh
bin/console plugin:install --activate BuckarooPayments
bin/console cache:clear
You can also upgrade/update the Buckaroo plugin with composer. To do this, please run the following commands:
composer update buckaroo/shopware6
bin/console plugin:update BuckarooPayments
bin/console cache:clear
No administration rebuild is needed after upgrading. The plugin automatically uses the correct pre-built assets for your Shopware version.
For the configuration of the plugin, please refer to our Dutch or English support website. You will find all the necessary information there. But if you still have some unanswered questions, then please contact our technical support department.
We really appreciate it when developers contribute to improve the Buckaroo plugins. If you want to contribute as well, then please follow our Contribution Guidelines.
- MAJOR: Breaking changes that require additional testing/caution.
- MINOR: Changes that should not have a big impact.
- PATCHES: Bug and hotfixes only.
- Knowledge base & FAQ: Available in Dutch or English.
- Support: https://support.buckaroo.eu/contact
- Contact: support@buckaroo.nl or +31 (0)30 711 50 50
Please note:
This file has been prepared with the greatest possible care and is subject to language and/or spelling errors.

