sparepay / magento2-payment-module
Spare Payment Magento 2 payment module
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|~7.0
- begateway/begateway-api-php: ~4.4.0
- magento/module-checkout: *
- magento/module-payment: *
- magento/module-quote: *
- magento/module-sales: *
This package is not auto-updated.
Last update: 2025-03-20 05:09:54 UTC
README
This is a Payment Module for Magento 2 Community Edition, that gives you the ability to process payments through payment service providers.
Requirements
- Magento 2 Community Edition 2.x (Tested up to 2.3.7 / 2.4.2)
- Composer 2.x
Installation (composer)
-
Install Composer - Composer Download Instructions
-
Install Payment Module
$ composer require sparepay/magento2-payment-module
-
Enable Payment Module
$ php bin/magento module:enable SparePay_SparePay
$ php bin/magento setup:upgrade
-
If you are not running your Magento installation in compiled mode, skip to the next step. If you are running in compiled mode, complete this step:
$ php bin/magento setup:di:compile
-
Deploy Magento Static Content (Execute If needed)
$ php bin/magento setup:static-content:deploy en_GB en_US
Installation (manual)
-
Download the Payment Module , unpack it and upload its contents to a new folder
<root>/app/code/SparePay/SparePay/
of your Magento 2 installation -
Enable Payment Module
$ php bin/magento module:enable SparePay_SparePay --clear-static-content
$ php bin/magento setup:upgrade
-
If you are not running your Magento installation in compiled mode, skip to the next step. If you are running in compiled mode, complete this step:
$ php bin/magento setup:di:compile
-
Deploy Magento Static Content
$ php bin/magento setup:static-content:deploy -f
Configuration
- Login inside the Admin Panel and go to
Stores
->Configuration
->Sales
->Payment Methods
- If the Payment Module Panel
Spare Payment
is not visible in the list of available Payment Methods, go toSystem
->Cache Management
and clear Magento Cache by clicking onFlush Magento Cache
- Go back to
Payment Methods
and click the buttonConfigure
under the payment methodSpare Payment
to expand the available settings - Set
Enabled
toYes
, set the correct credentials, select your prefered transaction types and additional settings and clickSave config