javascript - How to use UnionPay payment sdk (front-end) developed using angular

WBOY
Release: 2016-07-06 13:52:26
Original
1421 people have browsed it

javascript - How to use UnionPay payment sdk (front-end) developed using angular

How to use UnionPay payment sdk

Does anyone provide the detailed process of UnionPay payment on the mobile website? Thank you very much

Reply content:

javascript - How to use UnionPay payment sdk (front-end) developed using angular

How to use UnionPay payment sdk

Does anyone provide the detailed process of UnionPay payment on the mobile website? Thank you very much

1. The user places an order and collects the total price of the products in the shopping cart
2. Assemble the payment parameter URL and jump to the payment gateway for payment (the SDK provided by the payment gateway will be used here)
3. Payment Success
(1) The payment gateway server will asynchronously send a payment success notification to your "notification URL". You verify the validity of the parameters passed to ensure that they are sent from the payment gateway, and perform business logic processing, such as Set the order completion flag, etc.;
(2) Note that this is not the "return URL", and the front-end payment user will not see this step.
4. The gateway will usually automatically return to our website after completing the payment. After entering the website, the user will be prompted to complete the payment and jump to the corresponding page.
javascript - How to use UnionPay payment sdk (front-end) developed using angular

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template