Magento 2 EBS Payment Gateway integrates EBS payment gateway with Magento 2 to capture secure online payments through credit and debit cards.
Table of Content
- 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
- That’s it.
- Configuration
For configuring the extension, log in to Magento 2, move to Stores > Configuration > Sales > Payment Methods > Meetanshi EBS Payment Method where you can find various settings to enable the extension.
- Enabled: Enable the EBS Payment Gateway extension from here.
- Title: Enter the title of the payment method to display in frontend.
- Transaction Description: Set transaction description to show while placing the order.
- Accepted Currency: Select the preferred currency to accept payments.
- Customer Interface Language: Select customer interface language.
- Debug: Select Yes to enable debug.
- New Order Status: Select order status for the new orders placed using the method.
- Payment from Applicable Countries: Select countries to allow using the EBS payment method.
- Account ID: Enter account ID provided while registration with EBS Payment Gateway.
- Secret Key: Enter client secret key provided while registration with EBS Payment Gateway.
- Transaction Mode: Select the preferred transaction mode.
- Page ID: Add the page ID.
- Sort Order: Enter sort order to show payment method in the frontend.
- EBS Payment in Frontend
The extension, once configured, can be seen enabled in the frontend. Whenever a customer adds products to cart and proceeds to checkout, the EBS payment method is seen enabled in the frontend.
- Once you place order, it will redirect you to EBS Payment gateway where you are required to enter card details and finish payment.