amwalpay/magento2-payment

AmwalPay payment for for Magento2 e-commerce.

dev-main 2025-05-05 10:29 UTC

This package is not auto-updated.

Last update: 2025-06-17 09:21:45 UTC


README

Installation

  1. Install the AmwalPay Payment Magento2 module via amwalpay/magento2-payment composer.
composer require amwalpay/magento2-payment:dev-main
  1. 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
  1. 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

  1. Merchant id.
  2. Terminal id.
  3. Secret key.

Magento Admin Configuration

  1. Login into Magento admin panel.
  2. In the left Menu → Stores → Configuration. image host
  3. 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. image host image host
  4. Then, click on save.

Checkout page

Amwal Pay payment method will be shown for the end-user to select and start his payment process. image host