Title: Magento 2 PayTrace Payment Gateway
1PayTrace Payment Gateway for Magento 2 User Guide
- Table of Content
- Extension Installation Guide
- Configuration
- PayTrace Payment Method in Frontend
- PayTrace Payment Details in Order View Backend
- PayTrace Payment Method for Backend Order
2- Extension Installation
- For Magento Marketplace Customers
- Create a folder structure in Magento root as
app/code/Meetanshi/Paytrace - Download and extract the zip folder and upload
our extension files to the app/code/Meetanshi/Pay
trace via FTP. - Login to your SSH and run below commands step by
step - 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
- 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 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
3- Configuration
- For configuring the extension, login to Magento
2, move to Stores ? Configuration ?? Sales ?
Payment Methods ? PayTrace Payments - Meetanshi,
where you can find various settings to configure
the extension. - Enabled Enable or disable PayTrace Payment
Gateway extension from here. - Vault Enabled Set YES to enable vault to allow
customers save cards for future transactions. - Basic Settings
- Title Enter title for the PayTrace Payment
Gateway payment method to show in the frontend. - Show PayTrace Logo Select YES to show PayTrace
logo on the checkout page in frontend. - Payment Action Select one of the payment actions
for the payment capture. - Sandbox Mode Set YES to enable sandbox mode for
the payment gateway. - Integrator ID Follow the steps to get your
integrator ID from PayTrace. - User Name Follow the steps to get your user name
from PayTrace. - Password Follow the steps to get your password
from PayTrace. - o Follow the steps mentioned at
https//developers.paytrace.com/support/home14000
046858 to get your integrator ID, user name and
password. - Advanced PayTrace Payment Gateway Settings
- Vault Title Enter the vault title to show in the
email to customers. - New Order Status Set status for the new orders
placed through PayTrace payment method. - Debug Select YES to enable debug.
4(No Transcript)
53. PayTrace 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 check out, you can see the PayTrace
payment method enabled. Select it, enter the
card details and click Place Order to finish
payment and place the order successfully. The
customers can tick the box here to save the card
for future transactions.
6- PayTrace Payment Details in My Account Section
- Immediately after the order is placed, the
PayTrace payment details can be seen in order
view tab under the customers My Account section.
7- PayTrace Stored Cards
- If the vault is enabled and the customers have
ticked the box from the checkout page to save
the cards for the future transactions, they can
see stored cards in their My Account section - under Stored Payment Methods tab.
- New Order Placement using Stored Cards
- If the vault is enabled and the customer has
ticked the box from the checkout page to save the
card for the future transactions, he can use the
stored card to pay for the new order in future.
84. PayTrace Payment Details in Order View
Backend Apart from the customers My Account
section, the admin can see PayTrace Payment
Gateway payment details from the Sales ? Orders
? Order View section in the backend.
95. PayTrace Payment Method for Backend Order Just
as the frontend, PayTrace payment method also
works with the backend orders. Admin needs to
create a new order, select the customer, add
products, enter the address details and select
PayTrace payment method, add card details and
click Submit Order to place order from the
backend using the PayTrace payment method.