myfatoorah / magtest
The official MyFatoorah Payment Gateway for Magento2.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: *
- myfatoorah/library: ~2.1.0
README
This is the official MyFatoorah Payment Gateway for Magento2. MyFatoorah Magento2 Gateway is based on myfatoorah/library composer package. Both MyFatoorah Magento2 Gateway and PHP library composer packages are developed by MyFatoorah Technical Team to handle myfatoorah API endpoints.
Main Features
- Create MyFatoorah invoices.
- Check the MyFatoorah payment status for invoice/payment.
- Shipping via DHL and ARAMEX
Installation
- Install the module via myfatoorah/magento2-gateway composer.
composer require myfatoorah/magento2-gateway
- Run the below Magento commands to enable MyFatoorah Plugin.
php -f bin/magento module:enable --clear-static-content MyFatoorah_Gateway 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
Merchant Configurations
In Magento Admin Panel, follow the steps below:
- Go to Menu Stores → Configuration section
- Expand Sales Menu → select Payment Methods → MyFatoorah Payment
- Fill in Gateway configuration and use API key as follows
Demo configuration
- You can use the test API token key mentioned here.
- Make sure the test mode is true.
- You can use one of the test cards.
Live Configuration