Title: Magento 2 First Data Payeezy Payment
1First Data Payeezy Payment for Magento 2 User
Guide
- Table of Content
- Extension Installation Guide
- Configuration
- First Data Payeezy Payment in Frontend
- Payeezy Payment Details in Order View Backend
- Payeezy Payment Method for Backend Orders
First Data Payeezy 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/magento2-first-data-pay
eezy-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_Payeezy
- By default, the extension is probably disabled.
- Enable the extension and clear static view files
- php bin/magento moduleenable Meetanshi_Payeezy
--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
First Data Payeezy Payment for Magento 2
Meetanshi
3Login to the Payeezy, go to APIs. Create a new
API. After the API is created, click on it to get
the API key and API secret. Copy both and enter
in the respective settings here.
First Data Payeezy Payment for Magento 2
Meetanshi
4- Merchant Token Enter the merchant token you have
got while registration. - Go to Merchants keeping logged in to Payeezy,
select the merchant or create new. Copy the token
and paste it in Magento 2 backend under the
Merchant Token option.
- 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 expires on a time set by the issuing
bank or card brand. - Authorize and Capture Authorizes and captures
the order amount immediately. - Credit Card Types Select the credit cards to
allow make payment while using this payment
method. - Payment from Applicable Countries Select
countries to allow the use of Payeezy payment
method. - Instructions Enter additional instructions to
show on the checkout page in the frontend. - Sort Order Enter sort order of the payment
method.
First Data Payeezy Payment for Magento 2
Meetanshi
5First Data Payeezy Payment for Magento 2
Meetanshi
63. First Data Payeezy Payment in Frontend Once
the extension is configured, it can be seen
enabled on the frontend. Simply add products to
cart and at checkout, you can see payment method
enabled. Select it, enter card details and
click to finish payment and place order.
First Data Payeezy Payment for Magento 2
Meetanshi
7- Payeezy Payment Details in My Account Section
- Immediately after the order is placed, the
Payeezy payment details can be seen in order
view under My Account section.
First Data Payeezy Payment for Magento 2
Meetanshi
84. Payeezy Payment Details in Order View
Backend Apart from My Account section, Payeezy
payment details can be found in the Sales ?
Orders ? Order View section.
First Data Payeezy Payment for Magento 2
Meetanshi
95. Payeezy Payment Method for Backend Orders Just
as frontend, Payeezy payment method also works
with backend orders. Admin can create a new
order, select Payeezy payment method, add card
details and click Submit Order to place an order
from backend using Payeezy payment method.
First Data Payeezy Payment for Magento 2
Meetanshi