amwalpay / magento2-payment
AmwalPay payment for for Magento2 e-commerce.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
This package is not auto-updated.
Last update: 2025-06-17 09:21:45 UTC
README
Installation
- Install the AmwalPay Payment Magento2 module via amwalpay/magento2-payment composer.
composer require amwalpay/magento2-payment:dev-main
- In the command line, run the below Magento commands to enable AmwalPay Payment Gateway module.
php -f bin/magento module:enable --clear-static-content Amwal_Pay
- Then, run the below Magento commands.
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:clean php bin/magento cache:flush
Configuration
AmwalPay Account
- Merchant id.
- Terminal id.
- Secret key.
Magento Admin Configuration
- Login into Magento admin panel.
- In the left Menu → Stores → Configuration.
- Expand Sales Menu → select Payment Methods →Amwal Pay, paste each key mentioned in the above AmwalPay Account section in its place in the setting page.
- Then, click on save.
Checkout page
Amwal Pay payment method will be shown for the end-user to select and start his payment process.