This module provides an integration for Drupal Commerce to accept payments through the Payrexx payment service. It allows users to be redirected to Payrexx to complete their purchases using various payment methods.
Overview
This project provides a Payrexx integration for the Drupal Commerce payment and checkout system.
Payrexx is a Swiss payment service provider that provides payment with all popular payment methods.
Features
This project includes a base module that allows an offsite payment with Payrexx.
Installation and usage
- Install the module:
composer require drupal/commerce_payrexx_integration
Enable the module by running:drush en commerce_payrexx_integrationor via extend page. -
Configure the module by following the steps:
- Create the payment gateway under
/admin/commerce/config/payment-gatewaysand select "Payrexx (Redirect to Payrexx)" as plugin - Populate required fields, e.g. instance name, secret, VAT, Fee (note: one of the ways to get instance name is from the first part of the URL when you log in to the admin panel eg. https://instancename.payrexx.com/)
- Create the payment gateway under
Requirements
You will need the following modules: