Title: Magento 2 Dealer Inquiry
1Opayo Direct Payment for Magento 2 User Guide
- Table of Contents
- Extension Installation Guide
- Configuration
- Opayo Direct Payment Method in Frontend
- Opayo Direct Payment Details in Order View
Backend - Opayo Direct Payment Method for Backend Order
Opayo Direct Payment for Magento 2
Meetanshi
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-opayo-direct-
payment - 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_Sagepay
- By default, the extension is probably disabled.
- Enable the extension and clear static view files
- php bin/magento moduleenable Meetanshi_Sagepay
--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
Opayo Direct Payment for Magento 2
Meetanshi
3- Configuration
- For configuring the extension, login to Magento
2, move to Stores ? Configuration ? Sales ?
Payment Methods ? Opayo Direct Payment
Meetanshi where you can find various settings to
enable the extension. - Enabled Set YES to enable the Opayo direct
payment method. - Title Set the title for the payment method to be
displayed in the frontend. - Vault Enabled Set YES to enable vault to allow
customers save cards for future transactions. - Vault Title Enter vault title to show in the
frontend. - Show Opayo Logo Set YES to show Opayo logo on
checkout page. - Sandbox mode Set YES to enable the sandbox
mode for testing purpose. - Vendor Name Add vendor name received while
registration with Opayo Gateway. - Integration Key Enter integration key received
while registration with Opayo. - Integration Password Add live API password
received while registration with Opayo Gateway.
Login to Opayo admin panel and go to
Administrator and you will find Vendor name and
Encryption Password. - 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) within the authorization hold
period which is 90 days for Opayo Payment. - Authorize and Capture Authorizes and captures
the order amount immediately. - New Order Status Set status for the new order
placed through this payment method. - Apply 3D Secure Select a condition-based option
to apply 3D secure. - Apply AVS CVC Check Select a condition-based
option to apply AVS CVC check. - Credit Card Types Select credit card types to
allow customers while paying for their orders
using Opayo direct payment method.
Opayo Direct Payment for Magento 2
Meetanshi
4Opayo Direct Payment for Magento 2
Meetanshi
53. Opayo Direct 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
Opayo direct 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.
Opayo Direct Payment for Magento 2
Meetanshi
6- Frictionless Flow Authentication
- On the checkout page, based on the 3D secure
option selection, either frictionless flow or 3DS
1 authentication is enabled. Below is the
screenshot of 3DS 2.
- 3DS 1 Authentication
- On the checkout page, based on the 3D secure
option selection, either frictionless flow or 3DS
1 authentication is enabled. Below is the
screenshot of 3DS 1.
Opayo Direct Payment for Magento 2
Meetanshi
7- Opayo Direct Payment Details in My Account
Section - Immediately after the order is placed, Opayo
direct payment details can be seen in My Orders
tab under the customers My Account section.
Opayo Direct Payment for Magento 2
Meetanshi
8- Opayo Payment 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 Opayo 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.
Opayo Direct Payment for Magento 2
Meetanshi
94. Opayo Direct Payment Details in Order View
Backend Apart from the customers My Account
section, the admin can also see Opayo payment
details from the Sales ? Orders ? Order View
section in the backend.
Opayo Direct Payment for Magento 2
Meetanshi
105. Opayo Direct Payment Method for Backend
Order Just as the frontend, Opayo 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
Opayo direct method, add card details and click
Submit Order to place order from the backend
using the Opayo payment method.
Opayo Direct Payment for Magento 2
Meetanshi
11- New Backend Order Placement using Stored Cards
- If the customer has stored cards for the future
transactions, the admin can use the stored cards
while creating a new order from the backend. The
admin needs to create a new order, select the
customer, add products, enter the address details
and select Opayo stored card, and click Submit
Order to place order from the backend using the
Opayo direct payment stored - cards.
Opayo Direct Payment for Magento 2
Meetanshi