Title: Magento 2 Merchant Warrior Payment Gateway
1Merchant Warrior Payment Gateway for Magento 2
User Guide
ss
- Table of Contents
- Extension Installation Guide
- Configuration
- Merchant Warrior Payment Method in Frontend
- Merchant Warrior Payment Details in Order View
Backend - Refund Online for Merchant Warrior Order from
Backend
Merchant Warrior Payment Gateway for Magento 2
2- Extension Installation
- For Magento Marketplace Customers
- Find the Composer name and version of the
extension in the extensions composer.json file. - Login to your SSH and run
- composer require meetanshi/magento-2-merchant-warr
ior-payment-gateway - 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 - arent any errors.
- To verify that the extension installed properly,
run the command - php bin/magento modulestatus Meetanshi_Merchantwa
rrior - By default, the extension is probably disabled.
- Enable the extension and clear static view files
- php bin/magento moduleenable Meetanshi_Merchantwa
rrior --clear-static-content - php bin/magento setupupgrade
- For Magento version 2.0.x to 2.1.x - php
bin/magento setupstatic-contentdeploy - For Magento version 2.2.x above - php
bin/magento setupstatic-contentdeploy f - php bin/magento cacheflush
- For Meetanshi Customers
Merchant Warrior Payment Gateway for Magento 2
3- Configuration
- For configuring the extension, login to Magento
2, move to Stores ? Configuration ? Sales ?
Payment Methods ? Merchant Warrior Direct Payment
Meetanshi where you can find various settings
to enable the extension. - Enabled Enable or disable Merchant Warrior
direct payment extension from here. - Basic Settings
- Title Enter title for the Merchant Warrior
direct payment method to show in the frontend. - Show Merchantwarrior Logo Select YES to show
Merchantwarrior logo on the checkout page in
frontend. - Payment Action Select one of the payment actions
for the payment capture. - Authorize Authorizes and validates card for the
order amount. The admin has to manually capture
the amount (by generating invoice using Capture
Online option). - Authorize and Capture Authorizes and captures
the order amount immediately. - Sandbox Mode Set YES to enable sandbox mode for
the payment gateway. - Merchant UUID Enter merchant UUID received while
registration with the Merchant Warrior payment
gateway. - API Key Enter the API key received while
registration with the Merchant Warrior payment
gateway. - API Passphrase Enter the API passphrase received
while registration with the Merchant Warrior
payment gateway. - Advanced Settings
- New Order Status Set status for the new orders
placed through Merchant Warrior payment method. - Debug Select YES to enable debug.
- Instructions Enter additional instructions to
show on the checkout page in the frontend. - Minimum Order Total Enter the minimum order
total to allow the use of the payment method.
Merchant Warrior Payment Gateway for Magento 2
4Merchant Warrior Payment Gateway for Magento 2
53. Merchant Warrior Payment Method in
Frontend Once the extension is configured, it can
be seen enabled in the frontend. Simply add
products to cart and go to the checkout, you can
see the Merchant Warrior payment method enabled.
Select it, enter the card details and click
Place Order to finish payment and place the
order successfully.
Merchant Warrior Payment Gateway for Magento 2
6- Merchant Warrior Payment Details in My Account
Section - Immediately after the order is placed, the
Merchant Warrior payment details can be seen in
order view tab under the customers My Account
section.
Merchant Warrior Payment Gateway for Magento 2
74. Merchat Warrior Payment Details in Order View
Backend Apart from the customers My Account
section, the admin can also see Merchant Warrior
payment details from the Sales ? Orders ? Order
View section in the backend.
Merchant Warrior Payment Gateway for Magento 2
85. Refund Online for Merchant Warrior Order from
Backend The extension is compatible with online
refund through Merchant Warrior payment method.
Admin can simply move to Sales gt Invoices gt View
Invoice, click on Credit Memo button, while
creating a new credit memo, click on Refund
button to refund online through Merchant Warrior
payment method for your order.
Merchant Warrior Payment Gateway for Magento 2