instride / opendxp-payum-payrexx
Integrates the Payrexx payment gateway with OpenDXP
Package info
github.com/instride-ch/opendxp-payum-payrexx
Type:opendxp-bundle
pkg:composer/instride/opendxp-payum-payrexx
v1.0.0
2026-05-26 08:15 UTC
Requires
- instride/payum-payrexx: ^1.0
- open-dxp/ecommerce-bundle: ^1.0
- open-dxp/opendxp: ^1.3
README
This bundle activates the Payrexx PaymentGateway in the OpenDXP Ecommerce Bundle. It requires the instride/payum-payrexx package, which will be installed automatically.
Requirements
- OpenDXP
^1.3 - OpenDXP Ecommerce
^1.0
Installation
-
Install with composer
composer require instride/opendxp-payum-payrexx:^1.0 -
Add to
config/bundles.phpreturn [ // ... Instride\Bundle\OpenDxpPayumPayrexxBundle\OpenDxpPayumPayrexxBundle::class => ['all' => true], ];
-
Configure the payment provider:
Go toOpenDXP Ecommerce→PaymentProvidersand add a new provider. Selectpayrexxfromtypeand fill out the required fields at the bottom.
