90 likes | 94 Views
Security is the most important aspect of an E-commerce store. Hence, Meetanshi has developed Magento 2 First Data Payeezy Payment extension to integrate the Magento 2 store with Payeezy payment gateway, by First Data.<br>The extension allows the merchant to check the card balance and auto capture the order amount. Moreover, it offers a 3D secure checkout and CVC/CVV verification to prevent the hacks and spam in the Magento 2 store.<br>With the Magento 2 First Data Payeezy Payment module, implement the direct payment method. It offers full control of the process, making it faster!<br>
E N D
First Data Payeezy Payment for Magento 2 User Guide Table of Content 1.Extension Installation Guide 2.Configuration 3.First Data Payeezy Payment in Frontend 4.Payeezy Payment Details in Order View Backend 5.Payeezy Payment Method for Backend Orders First Data Payeezy Payment 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/magento2-first-data-payeezy-payment 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_Payeezy oBy default, the extension is probably disabled. oEnable the extension and clear static view files: ▪php bin/magento module:enable Meetanshi_Payeezy --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 2.Configuration For configuring the extension, login to Magento 2, move to Stores → Payment Methods, find the First Data Payeezy Payment – Meetanshi payment method to configure. •Enabled: Enable or disable First Data Payeezy Payment extension from here. •Title: Enter title for the First Data Payeezy Payment to show in frontend. •3D Secure: Select YES to enable 3D secure. •Show Payeezy Logo: Select YES to show Payeezy logo on the checkout page in the frontend. •Sandbox Mode: Set YES to enable sandbox mode for the payment transaction testing. •API Key: Enter the API key you have got while registration. •API Secret: Enter API secret you have got while registration. → Configuration → → Sales → → First Data Payeezy Payment for Magento 2 © Meetanshi
Login to the Payeezy, go to APIs. Create a new API. After the API is created, click on it to get the API key and API secret. Copy both and enter in the respective settings here. First Data Payeezy Payment for Magento 2 © Meetanshi
•Merchant Token: Enter the merchant token you have got while registration. Go to Merchants keeping logged in to Payeezy, select the merchant or create new. Copy the token and paste it in Magento 2 backend under the “Merchant Token” option. •Payment Action: Select one of the payment actions for the payment capture. oAuthorize: Authorizes and validates card for the order amount. The admin has to manually capture the amount (by generating invoice using “Capture Online” option) within the authorization hold period which expires on a time set by the issuing bank or card brand. oAuthorize and Capture: Authorizes and captures the order amount immediately. •Credit Card Types: Select the credit cards to allow make payment while using this payment method. •Payment from Applicable Countries: Select countries to allow the use of Payeezy payment method. •Instructions: Enter additional instructions to show on the checkout page in the frontend. •Sort Order: Enter sort order of the payment method. First Data Payeezy Payment for Magento 2 © Meetanshi
First Data Payeezy Payment for Magento 2 © Meetanshi
3.First Data Payeezy Payment in Frontend Once the extension is configured, it can be seen enabled on the frontend. Simply add products to cart and at checkout, you can see payment method enabled. Select it, enter card details and click to finish payment and place order. First Data Payeezy Payment for Magento 2 © Meetanshi
•Payeezy Payment Details in My Account Section Immediately after the order is placed, the Payeezy payment details can be seen in order view under My Account section. First Data Payeezy Payment for Magento 2 © Meetanshi
4.Payeezy Payment Details in Order View Backend Apart from My Account section, Payeezy payment details can be found in the Sales → → → Order View section. → Orders First Data Payeezy Payment for Magento 2 © Meetanshi
5.Payeezy Payment Method for Backend Orders Just as frontend, Payeezy payment method also works with backend orders. Admin can create a new order, select Payeezy payment method, add card details and click Submit Order to place an order from backend using Payeezy payment method. First Data Payeezy Payment for Magento 2 © Meetanshi