Magento 2 Axis Bank Payment Gateway

 

Magento 2 Axis Bank Payment Gateway extension enables the integration of Axis bank payment gateway with Magento 2 for capturing secure online payments.

 

Table of Content

  1. Extension Installation
  2. Configuration
  3. Axis Bank Payment Gateway in Frontend
  4. Axis Bank Payment Gateway in Backend

 

  1. Extension Installation
  • For Magento Marketplace Customers
    • Create a folder structure in Magento root as app/code/Meetanshi/Axis
    • Download and extract the zip folder and upload our extension files to the app/code/Meetanshi/Axis  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
  • 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 Sales > Payments Methods > Axis Bank - Meetanshi where you can find various settings to enable the extension.
  • Enabled: Set “YES” to enable the payment method.
  • Title: Set the title of the payment method to be displayed in the frontend.
  • Show Axis Bank Logo: Set YES to show the Axis bank logo along with the payment method in the frontend.
  • Sandbox Mode: Select YES to enable sandbox mode.
  • Merchant ID: Enter the merchant ID provided by Axis bank payment gateway.
  • Merchant Name: Enter the merchant name provided by Axis bank payment gateway.
  • Access Code: Enter the access code provided by Axis bank payment gateway.
  • Secure Secret: Enter the secure secret provided by Axis bank payment gateway.
  • Encrypted Key: Enter the encrypted key provided by Axis bank payment gateway.
  • Gateway URL: Enter the gateway URL provided by Axis bank payment gateway.
  • Payment from Applicable Countries: Select countries to allow using this payment method.
  • Additional Information: Enter additional information to show along with the payment method in the frontend.
  • Sort Order: Enter Sort Order of the payment method display in the frontend.

Note: Prior to configuring the extension, you need to sign up for a FREE merchant account to get the merchant ID, name, access code, secure secret and encrypted key for Axis Bank Payment Gateway integration.


 

  1. Axis Bank Payment Gateway in Frontend
    Once the payment method is configured, Axis Bank Payment Gateway method is shown on the frontend while checking out the products. Just select the payment method and click “Continue to Payment” to get redirected to the hosted payment page to finish the payments.


  

  • Redirection to Axis Bank Hosted Payment Page
    On click of the “Continue to Payment” button, customers are redirected to the Axis bank hosted payment page to enter the card details, submit and finish payments.


  

  • Axis Bank Payment Details in “My Account” section
    Once the order is placed, the Axis Bank Payment details are shown in the Account dashboard, in “My Orders” tab which includes authorize ID, receipt number, transaction number, and transaction ID.


  

  1. Axis Bank Payment Gateway in Backend
    The Order View backend shows the Axis bank payment information to admin. It displays the payment method name, authorize ID, receipt number, transaction number, and transaction ID.