Magento 2 Billdesk Payment

Magento 2 Billdesk Payment integrates BillDesk payment gateway with Magento 2 store to capture online secure payments from the customers of India.

 

Table of Content

  1. Extension Installation
  2. Configuration
  3. Billdesk Payment Method in Frontend
  4. Billdesk Payment Details in Backend

 

  1. Extension Installation
  • For Magento Marketplace Customers
  • Create a folder structure in Magento root as app/code/Meetanshi/Billdesk
  • Download and extract the zip folder and upload our extension files to the app/code/Meetanshi/Billdesk 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
    To configure the extension, login to Magento 2, move to Sales à Payment Methods à Billdesk Payment - Meetanshi where you can find various settings to enable the extension.
  • Enabled: Set “YES” to enable the Billdesk Payment method.
  • Title: Set the title for the payment method to be displayed in the frontend.
  • Show Billdesk Logo: Set YES to show Billdesk logo along with the payment method in the frontend.
  • Merchant ID: Enter the merchant ID provided by Billdesk payment gateway while registration.
  • Security ID: Enter the security ID provided by Billdesk payment gateway while registration.
  • Checksum Key: Enter the checksum key provided by Billdesk payment gateway while registration.
  • Allow Auto Invoice: Select YES to automate invoice generation for the orders paid using Billdesk Payment method.
  • Gateway URL: Enter the gateway URL https://pgi.billdesk.com/pgidsk/PGIMerchantPayment  
  • Payment from Applicable Countries: Select countries to allow using this payment method.
  • Additional Information: Add additional information to show along with the payment method on the checkout page.
  • Sort Order: Enter Sort Order of the payment method display in the frontend.

 

 

  1. Billdesk Payment Method in Frontend
    Once the payment method is configured, the Billdesk Payment method is shown on the frontend while checking out the products. Just select the payment method, click “Place Order” to get redirected to the payment page and complete the payment.

 

  • Redirection to the Gateway
    Once the customer gets redirected to the Billdesk Payment gateway page, he selects the payment method, adds payment details and clicks “Make Payment” to finish the payment.

 

  • Billdesk Payment Details in “My Account” section
    Once the order is placed, the Billdesk Payment details are shown in the Account dashboard, in the “My Orders” tab which transaction ID and bank reference ID.

 

  1. Billdesk Payment Details in Backend
    Apart from the customers, admin can also see the payment details for the orders in the backend. Go to Sales à Orders and you can see Billdesk Payment details under a particular order.