Magento 2 Younited Pay

About This Presentation
Title:

Magento 2 Younited Pay

Description:

Sometimes, the customers may want to purchase the products from your online store, which might be out of their budget. In such cases, a credit-based payment method in your store can help. Younited Pay is a leading European payment solution company that provides Buy Now Pay Later solutions to customers. It is a credit-based payment solution provider that provides customer-centric credit-based payment options. – PowerPoint PPT presentation

Number of Views:2
Slides: 9
Provided by: meetanshiinc

less

Transcript and Presenter's Notes

Title: Magento 2 Younited Pay


1
Younited Pay for Magento 2 User Guide
  • Table of Contents
  • Extension Installation Guide
  • Configuration
  • Younited Pay Payment Method in Frontend
  • Younited Pay Payment Details in Order View
    Backend
  • Refund Online for Younited Pay Order from Backend

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-younited-pay
  • 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_Younited
  • By default, the extension is probably disabled.
  • Enable the extension and clear static view files
  • php bin/magento moduleenable Meetanshi_Younited
    --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

3
  • Configuration
  • For configuring the extension, login to Magento
    2, move to Stores ? Configuration ? Sales ?
    Payment Methods ? Younited Pay Hosted Payment
    Meetanshi where you can find various settings to
    enable the extension.
  • Enabled Enable or disable Younited Pay payment
    extension from here.
  • Title Enter title for the Younited Pay payment
    method to show in the frontend.
  • Show Younited Pay Logo Select YES to show
    Younited Pay logo on the checkout page in
    frontend.
  • Sandbox Mode Set YES to enable sandbox mode for
    the payment gateway.
  • Client ID Enter client ID received while
    registration with the Younited Pay gateway.
  • Client Secret Enter the client secret received
    while registration with the Younited Pay.
  • B2C Tenant ID Enter the B2C tenant ID received
    while registration with the Younited Pay.
  • Agent Email Address Enter agent email identifier
    who initiated the merchant order.
  • Allow Auto Invoice Set YES to automate invoice
    generation after order placement.
  • Order Status Set status for the new orders
    placed through Younited pay payment method.
  • Payment from Applicable Countries Select all or
    selected countries to allow payments using
    Younited Pay payment method.
  • Payment from Selected Countries If you have set
    selected countries from the above option, select
    the countries to allow payments using Younited
    Pay payment method.
  • Additional Information Enter additional
    information to show on the checkout page in the
    frontend.
  • Debug Select YES to enable debug.
  • Sort Order Enter the sort order of the payment
    method.

4
(No Transcript)
5
3. Younited Pay 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
Younited Pay payment method enabled. Select it,
select one of the payment options, click on
Continue to Payment to get redirected to the
payment gateway page.
6
  • Redirection to Younited Pay Hosted Page
  • Customer gets redirected to hosted page to accept
    the Younited pay contract for the payment option
    he chose.
  • Younite Pay Payment Details in My Account Section
  • Immediately after the order is placed, the
    Younited Pay payment details can be seen in order
    view tab under the customers My Account section.

7
4. Younited Pay Payment Details in Order View
Backend Apart from the customers My Account
section, the admin can also see Younited Pay
payment details from the Sales ? Orders ? Order
View section in the backend.
8
5. Refund Online for Younited Pay Order from
Backend The extension is compatible with online
refund through Younited Pay 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 Younited
Pay payment method for your order.
Write a Comment
User Comments (0)