80 likes | 84 Views
<br>Magento 2 EMIS Online Payment Gateway by Meetanshi facilitates integrating Magento 2 with EMIS Online Payment Gateway to capture secure online payments from Angolan customers.<br><br><br>EMIS is the operator of the Angolan interbank network for the network of ATMs and POS terminals to carry out the automatic payments under the name of Multicaixa.<br><br>To capture online payments from the customers in Angola, Meetanshi has developed Magento 2 EMIS Online Payment Gateway.<br><br>The module carries out customer authentication and accepts online payments with MCX Express.<br>
E N D
EMIS Online Payment Gateway for Magento 2 User Guide Table of Content 1.Extension Installation 2.Configuration 3.EMIS Payment Method in Frontend 4.EMIS Payment Details in Backend EMIS Online Payment Gateway for Magento 2 © Meetanshi
1.Extension Installation •For Magento Marketplace Customers oFind the Composer name and version of the extension in the extension’s composer.json file. oLogin to your SSH and run: ▪composer require meetanshi/magento-2-emis-online-payment-gateway oEnter your authentication keys.Your public key is your username; your private key is your password. oWait for Composer to finish updating your project dependencies and make sure there aren’t any errors. oTo verify that the extension installed properly, run the command: ▪php bin/magento module:status Meetanshi_Gpo oBy default, the extension is probably disabled. oEnable the extension and clear static view files: ▪php bin/magento module:enable Meetanshi_Gpo --clear-static-content ▪php bin/magento setup:upgrade ▪For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy ▪For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f ▪php bin/magento cache:flush •For Meetanshi Customers oExtract the zip folder and upload our extension to the root of your Magento 2 directory via FTP. oLogin to your SSH and run below commands step by step: ▪php bin/magento setup:upgrade ▪For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy ▪For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f ▪php bin/magento cache:flush EMIS Online Payment Gateway for Magento 2 © Meetanshi
2.Configuration To configure the extension, login to Magento 2, move to Sales → GPO - Meetanshi where you can find various settings to enable the extension. •Enabled:Set “YES” to enable the EMIS Payment Gateway Method. •Title: Set the title for the payment method to be displayed in the frontend. •Show Gpo Logo: Set YES to show EMIS logo along with the payment method in the frontend. •Sandbox Mode: Select YES to enable sandbox mode. •Client Email: Enter the client email provided by EMIS payment gateway during registration. •Client Name: Enter the client name provided by EMIS payment gateway during registration. → Payment Methods → → EMIS In order to get the client email and client name from the EMIS payment gateway, login to https://pagamentonline.emis.co.ao:8443/online-payment-gateway/administration/loginusing your credentials. You can copy the client email and client name from the dashboard. •Client ID: Enter the client ID provided by EMIS payment gateway during registration. •Client Secret: Enter the client secret provided by EMIS payment gateway during registration. From https://pagamentonline.emis.co.ao:8443/online-payment-gateway/administration/login, click on “Aplicacoes” and click on your name. You can find the “Client ID” and “Client secret” from here. EMIS Online Payment Gateway for Magento 2 © Meetanshi
•Token URL: After the successful extension installation, you can see the token URL already saved here. •Sale URL: After the successful extension installation, you can see the sale URL already saved here. •Point of Sale: Enter the point of sale provided by EMIS payment gateway during registration. Login to https://pagamentonline.emis.co.ao/online-payment-gateway/portal/using your credentials. Go to Movements, click on the “Terminals” and copy the “Point of sale” number. •Supervisor Card: Enter the supervisor card provided by EMIS payment gateway during registration. From https://pagamentonline.emis.co.ao/online-payment-gateway/portal/, click on “Establishments” to get the “Supervisor card” details. EMIS Online Payment Gateway for Magento 2 © Meetanshi
•SSL Certificate: Browse the SSL certificate file provided by EMIS payment gateway. •SSL Key: Browse the SSL key file provided by EMIS payment gateway. •Payment from Applicable Countries: Select countries to allow using this payment method. •Debug: Select YES to enable the debug mode. •Instructions: Enter instructions to display on the checkout page along with the payment method. •Sort Order: Enter Sort Order of the payment method display in the frontend. EMIS Online Payment Gateway for Magento 2 © Meetanshi
3.EMIS Payment Method in Frontend Once the payment method is configured, the EMIS Payment method is shown on the frontend while ordering the products. Just select the payment method, click “Order” to get payment confirmation notification in your registered mobile number, and confirm payment from your phone within 90 seconds. EMIS Online Payment Gateway for Magento 2 © Meetanshi
•EMIS online Payment in “My Account” section Immediately after the payment is confirmed, the order is placed successfully, and the payment method details is shown in the Account dashboard under the “My Orders” tab which includes method title, purchase ID, and mobile number. EMIS Online Payment Gateway for Magento 2 © Meetanshi
4.EMIS Payment Details in Backend Apart from the customers, the admin can also see the payment details for the orders in the backend. Go to Sales → → Orders and you can see EMIS payment details under a particular order. EMIS Online Payment Gateway for Magento 2 © Meetanshi