Title: Magento 2 Alipay Payment
1Alipay Cross Border Payment for Magento 2 User
Guide
- Table of Content
- Extension Installation Guide
- Configuration
- Alipay Cross Border Payment in Frontend
- Alipay Cross Border Payment in Backend
- Alipay Payment Details in Order Email
Alipay Cross Border Payment for Magento 2
Meetanshi
2- Extension Installation
- 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
- Thats it.
- Configuration
- For configuring the extension, login to Magento
2, move to Sales ? Payments Method where you can
find various settings to enable the extension. - Enabled Set YES to enable the payment method.
- Title Set the title for the payment method to be
displayed in the frontend. - Sandbox mode Set YES to enable the sandbox
mode for testing purpose. - Partner ID Add partner ID received while
registration with Alipay. - Partner Secret Key Add partner secret key
received while registration with Alipay. - Additional Information You can add any
information related to payment method here to
show in frontend. - Sort Order Enter Sort Order for the payment
method display.
Alipay Cross Border Payment for Magento 2
Meetanshi
33. Alipay Cross Border Payment in Frontend Once
the extension is configured properly, when
customers add product cart and proceed to
checkout, Alipay payment method can be seen
enabled in frontend.
Alipay Cross Border Payment for Magento 2
Meetanshi
4- Alipay Payment Gateway page
- Once customers click Continue to Payment
button, they get redirected to Alipay payment - gateway page.
Alipay Cross Border Payment for Magento 2
Meetanshi
5- Alipay Login Page
- Here, customers need to login using their login
details and entering captcha.
Alipay Cross Border Payment for Magento 2
Meetanshi
6- Alipay Payment Page
- After successful login, customers need to add
payment details and click submit to complete the
payments.
Alipay Cross Border Payment for Magento 2
Meetanshi
7- Alipay Payment Details in My Account
- After successful payment, customers can see
Alipay payment details in their My Account
section under My Orders tab.
Alipay Cross Border Payment for Magento 2
Meetanshi
84. Alipay Payment Details in the Backend Once the
order is placed from frontend using Alipay
payment method, the details of the transaction
can be seen in order view backend.
Alipay Cross Border Payment for Magento 2
Meetanshi
95. Alipay Payment Details in Order Email Once the
order is placed, Alipay payment details are sent
to customers in order confirmation Email.
Alipay Cross Border Payment for Magento 2
Meetanshi