Magento 2 First Data Payeezy Payment

 

Magento 2 First Data Payeezy Payment extension offers secure online payments with the integration of Payeezy payment gateway with Magento 2 store.

 

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 Order

 

  1. Extension Installation
  • For Magento Marketplace Customers
    • Find the Composer name and version of the extension in the extension’s composer.json file.
    • Login to your SSH and run:
      • composer require meetanshi/magento-2-first-data-payeezy-payment --ignore-platform-reqs
    • Enter your authentication keys. Your public key is your username; your private key is your password.
    • Wait for Composer to finish updating your project dependencies and make sure there aren’t any errors.
    • To verify that the extension installed properly, run the command:
      • php bin/magento module:status Meetanshi_Payeezy --ignore-platform-reqs
          • By default, the extension is probably disabled.
          • Enable 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
  • Extract the zip folder and upload our extension to the root of your Magento 2 directory via FTP.
  • Login 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

 

  1. Configuration
    For configuring the extension, login to Magento 2, move to Stores > Configuration > Sales > 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.

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.


  

  • 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.
  • 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.

 

 

  1. 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.


  

  • 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.


  

 

  1. Payeezy Payment Details in Order View Backend
    Apart from My Account section, Payeezy payment details can be found in the Sales > Orders > Order View section.


  

  1. Payeezy Payment Method for Backend Order
    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.