The Remita Magento2 Payment Plugin allows store admins to integrate various payment methods into their Magento webshop easily. For a comprehensive overview of features and services, please visit Remita's official website.
-
Open your command line and navigate to the installation directory of your Magento 2 store.
-
Run the following commands:
composer require systemspecs/remita-magento2-payment-gateway- This will update the dependencies.
Enable the module and update configurations:
php bin/magento module:enable SystemSpecs_Remita --clear-static-content
php bin/magento setup:upgrade
php bin/magento setup:di:compileThe plugin is now installed and ready for use.
- Log into the Magento Admin panel
- Go to Stores > Configuration
- Go to Sales, select Payment Methods
- Scroll down to find the Remita Settings
- Enter the public key and secrete key. You can find these keys in the Remita Gateway Admin Panel
- Enable the desired payment methods and set allowed countries
- Save the settings
- Join our Slack Developer/Support channel on slack
- For all other support needs, [email protected]
- To contribute to this repo, follow these guidelines for creating issues, proposing new features, and submitting pull requests:
Fork the repository.
- Create a new branch:
git checkout -b "feature-name" - Make your changes and commit:
git commit -m "added some new features" - Push your changes:
git push origin feature-name - Submit a Pull Request (PR).

