JavaScript seems to be disabled in your browser.
You must have JavaScript enabled in your browser to utilize the functionality of this website. Click here for instructions on enabling javascript in your browser.
This Magento 2 Paysafecard payment gateway is designed for making payments through paysafecard.This payment gateway uses the redirect method where the user is redirected to the processing site (paysafecard) to make the actual payment.After payment verification, paysafecard notifies the merchant's e-commerce site and returns the customer back to it. This process is transparent for the customer. The merchant can then connect to his paysafecard backoffice to administer his payments.Licensed per domain, write the domain name(s) on payment page.You will receive the module by e-mail after your payment.
Compatible with Magento 2.3.x/2.4.xhttp://paysafecard.com/REST APIThe package includes installation instructions.Plugin version: 1.0.21Last plugin update: 24-04-2024
Installation Instructions:1 - unzip the package in your Magento installation, only new files will be added to the app/code/Webit/Paysafecard folder2 - enable module: bin/magento module:enable --clear-static-content Webit_Paysafecard3 - upgrade database: bin/magento setup:upgrade4 - flush command: bin/magento cache:flush5 - compile command: bin/magento setup:di:compile In order to deactivate the module bin/magento module:disable --clear-static-content Webit_PaysafecardIn order to update static files: bin/magento setup:static-content:deploy