Adds Buckaroo gateway support to Craft Commerce. Currently supports: Credit Card, Ideal, PayPal and Sepa Direct Debit.
- Craft 4 and up
- Craft Commerce 4 and up
Install from the Plugin Store or composer:
composer require born05/craft-commerce-buckaroo
./craft install/plugin commerce-buckaroo
Add a new gateway as described in Gateway Configuration
Create a config/commerce-buckaroo.php
with the following contents:
<?php
return [
'testMode' => false,
];
Copyright © Born05
See license