instride/opendxp-payum-payrexx

Integrates the Payrexx payment gateway with OpenDXP

Maintainers

Package info

github.com/instride-ch/opendxp-payum-payrexx

Type:opendxp-bundle

pkg:composer/instride/opendxp-payum-payrexx

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-05-26 08:15 UTC

This package is auto-updated.

Last update: 2026-05-28 16:07:38 UTC


README

OpenDXP Payum Payrexx

This bundle activates the Payrexx PaymentGateway in the OpenDXP Ecommerce Bundle. It requires the instride/payum-payrexx package, which will be installed automatically.

Requirements

Installation

  • Install with composer

    composer require instride/opendxp-payum-payrexx:^1.0
    
  • Add to config/bundles.php

    return [
        // ...
        Instride\Bundle\OpenDxpPayumPayrexxBundle\OpenDxpPayumPayrexxBundle::class => ['all' => true],
    ];
  • Configure the payment provider:
    Go to OpenDXP EcommercePaymentProviders and add a new provider. Select payrexx from type and fill out the required fields at the bottom.