This module integrates the Montonio payment gateway with Drupal Commerce 3, allowing customers to pay using various Montonio-supported methods like BLIK, card payments, and bank transfers. It automatically updates payment statuses via webhooks and supports both test and live modes.
This module provides Montonio payment gateway integration for Drupal Commerce 3.
Requirements
Commerce Montonio module requires Drupal Commerce 3 module enabled.
Features
- Supports multiple payment methods offered by Montonio (e.g., BLIK, card payments, bank transfers).
- Customers can select their preferred payment method during checkout.
- Automatic handling of payment status updates via webhooks.
- Sandbox and live mode support.
Configuration
- Go to Commerce > Configuration > Payment > Payment gateways.
- Add a new payment gateway and select 'Montonio' as the plugin.
- Configure your Montonio API credentials:
- Access Key: Your Montonio Access Key from the Partner System
- Secret Key: Your Montonio Secret Key from the Partner System
- Enabled Payment Methods: Select which payment methods should be available
to customers - Default Payment Method: Select a default payment method for the checkout page
- Mode: Test for sandbox, Live for production
- Save the payment gateway configuration.
Usage
- Customers can select Montonio as a payment method during checkout.
- The module handles Montonio webhook notifications to update payment statuses automatically.
Installation
Install as you would normally install a contributed Drupal module.
For further information, see [Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-modules).