Craft Commerce
Technical manual for MultiSafepay's free plugin.
Features
- Support for separate payment methods, BNPL, and gift cards
- Partial and full refunds for all payment methods, except BNPL
- Customizable order statuses
- Shipment notifications for BNPL orders
Prerequisites
- Craft CMS version 3.2 or higher
- PHP 7.0 and higher
- Tested with PHP 7.0
Installation
These instructions are for installing the plugin via Composer. You can also install via the Craft Plugin Store .
Run the following commands in the CLI:
composer require multisafepay/craft-commerce
./craft plugin/install multisafepay
The latest stable release is downloaded and installed in your Craft Commerce webshop.
Configuration
- Sign in to your Craft Commerce backend.
- To configure the plugin settings, go to MultiSafepay > Settings.
- To add payment methods activated in your MultiSafepay account and configure gateways, go to Commerce > System settings > Gateways.
User guide
Generic gateways
The plugin supports generic gateways, which allows you to add a payment method manually. This is particularly useful for integrating gift cards specific to your business.
Supported since release: 1.2.0, March 19th 2021.
How to configure generic gateways
- Sign in to your Craft Commerce backend.
- Go to Commerce > System settings > Gateways > + New gateway.
- From the Gateway list, select Generic gateway.
- Set the relevant payment method gateway IDs and the gateway label.
Payment methods
Supported payment methods
- Cards: All, except Postepay and V Pay
- Banking methods: All
- BNPL: All
- Wallets: Alipay, PayPal
- Prepaid cards:
- Beauty and Wellness gift card
- Boekenbon
- Fashioncheque
- Fashion gift card
- Fietsenbon
- Gezondheidsbon
- Nationale tuinbon
- Parfumcadeaukaart
- Podium
- Sport en Fit
- VVV gift card
- Webshop gift card
- Wellness gift card
- Wijncadeau
- Winkelcheque
- Yourgift
Refunds
Refund rules
Platform | Details |
---|---|
MultiSafepay dashboard | - Full and partial refunds - Generic gateway transactions |
Backend | - Full and partial refunds - You can't refund more than the original amount in your backend - Generic gateway transactions not supported |
API | - Refund order - BNPL refunds not supported - Discounts not supported |
How to process backend refunds
To process refunds from the Craft Commerce admin panel:
- Go to Commerce > Orders.
- Select the order.
- To see the refund options, go to the Transactions tab.
Support
Contact MultiSafepay:
- Telephone: +31 (0)20 8500 500
- Email: [email protected]
- GitHub: create a technical issue
Updated 9 months ago