born05/craft-commerce-buckaroo

Buckaroo Gateway for Craft Commerce

Maintainers

Package info

github.com/roelvanhintum/craft-commerce-buckaroo

Documentation

Type:craft-plugin

pkg:composer/born05/craft-commerce-buckaroo

Statistics

Installs: 1 785

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

3.0.0-beta.2 2024-08-22 11:24 UTC

README

Adds Buckaroo gateway support to Craft Commerce. Currently supports: Credit Card, Ideal, PayPal and Sepa Direct Debit.

Requirements

  • Craft 4 and up
  • Craft Commerce 4 and up

Installation

Install from the Plugin Store or composer:

composer require roelvanhintum/craft-commerce-buckaroo
./craft install/plugin commerce-buckaroo

Setup

Add a new gateway as described in Gateway Configuration

Config

Create a config/commerce-buckaroo.php with the following contents:

<?php

return [
    'testMode' => false,
];