Magento 2
Available for Magento 2.2.* - 2.4.*
Last updated
Was this helpful?
Available for Magento 2.2.* - 2.4.*
Last updated
Was this helpful?
Magento 2 is an open-source e-commerce platform developed by Adobe for creating online shops. With a dedicated plugin, the Payrexx payment solution can be integrated into Magento 2.
Magento 2
Plugin
✅ Multi-currency support
✅ Payment method logos displayed at checkout
✅ Shopping cart data transfer
✅ Webhook compatibility
❌ Look & feel customization options
✅ Custom configuration of payment methods
❌ Subscription support
The following payment methods are supported by the Magento 2 plugin:
Follow the instructions below to integrate Payrexx into Magento 2.
In the merchant administration area of your Payrexx account, navigate to API & Plugins.
Click "Show all" under "Add E-Commerce Integration".
Next to Magento 2, click "Add".
In the window that appears below, configure the following settings:
API Key: Copy the displayed API key to your clipboard, as you will need it later.
Instance name: Copy the displayed instance name to your clipboard, as you will need it later.
Enter shop address: In this field, enter the URL of your shop. If your shop is not located in the root directory (e.g. https://demo-shop.com), but instead in a subdirectory, make sure to enter the full path to your shop. Example: https://demo-shop.com/shop
Please ensure that the shop URL is entered correctly. Any discrepancies (e.g. using http:// instead of https://) may cause errors when processing webhooks.
Webhooks: Specify whether failed webhooks should be retried. If the checkbox is enabled, the system will attempt to resend the webhook up to 10 times. Retry intervals are as follows: 5 minutes, 15 minutes, 1 hour, 2 hours, 4 hours, and then every 24 hours.
Finalize: Click the green "Activate" button to complete the configuration.
Open the /app/ directory located in the root directory of your Magento installation.
Inside the /app/ directory, create the following folder structure: code/Payrexx/PaymentGateway/
Extract the downloaded ZIP file into the /PaymentGateway directory.
Move all extracted files and folders into the /PaymentGateway directory.
Log in to the Magento 2 admin panel.
Navigate to the root directory of your Magento 2 installation and execute the following commands:
$ bin/magento setup:upgrade
$ bin/magento setup:di:compile
$ bin/magento cache:clean
This process may take some time to complete.
In the Magento 2 admin panel, navigate to Stores > Configuration > Sales > Payment Methods.
Scroll down to the section "Other Payment Methods" and click the expand triangle icon.
Instance Name: Enter the instance name provided by Payrexx.
API Secret Key: Enter the API key obtained from your Payrexx account.
The configuration is complete. Your customers can now make payments in your Magento 2 shop using the payment methods provided by Payrexx.
Masterpass
Maestro
HeyLight
Swissbilling
JCB
Bitcoin
Please note that you need to be into your Payrexx account before you begin. If you don't have an account yet, please with Payrexx.
Download the latest version of the from GitHub.
Open the section "Required Settings" and enter the values that were previously copied to your clipboard during the :