WeChat payment scan code payment development: My pitfalls and Solutions (Appendix: Ecshop WeChat payment plug-in), ecshop_PHP tutorial

Source: Internet
Author: User
Payment scan code payment development: the pitfalls I encountered and Solutions (Appendix: Ecshop payment plug-in), ecshop. Payment by scanning the code for payment Development: The pitfalls I encountered and Solutions (Appendix: Ecshop payment plug-in ), some time ago, ecshop helped a friend's ecshop-based development mall to add scan payment and scan the QR code for payment development: the pitfalls I encountered and Solutions (Appendix: Ecshop payment plug-in), ecshop

Some time ago, I helped a friend's ecshop-based mall to add the scanning and payment function. I thought it was a very simple thing-download the official sdk or development help documentation and press the instructions in it to get it done, who knows that it takes two or three days to get it done? I also found a lot of technical articles on the Internet with questions, but I found that they only roughly wrote how they developed and accessed them, the problem I encountered was not solved ..., alas, sometimes you really feel that you can only rely on yourself '. This article is intended to write out the problems and solutions you have encountered, so that developers can help you with this aspect!

Before development, check the official development document scan payment. scan payment is divided into the following two modes:

Mode 1:

  Problem: The first scan of the QR code can still be normal scan, the next scan will prompt: OK or request the merchant information timeout HttpCode is not 200 -- this problem cannot be solved by any means. here, I hope some friends can answer it. thank you!

Mode 2:

Note:You cannot directly use the order number of the mall as the transaction order number (out_trade_no). otherwise, when the QR code is generated again, the interface will prompt that the merchant's order number is repeated and cannot be regenerated.

How can I set the transaction order number to ensure that the corresponding order information in the merchant's platform can be queried or reconciliation can be realized through the interface later? The feasible method is: the unified order interface before scanning the code, out_trade_no should not be passed into the order number of the mall order system, but re-generate a new unique flow; add another table corresponding to the order number and the payment order number (out_trade_no), as shown below:

In the above table, there is a serial_is_paid field: used to mark whether the transaction has been completed, that is, in the callback processing of the successful payment notification, the payment status is updated based on the out_trade_no returned; as to how to query the order payment status, you should have known it too...

Well, if you haven't written a technical blog for a long time, you may not be able to find the feeling. you may write it roughly. if you have any questions, you can pay attention to and communicate with others!

Reference website>

Ecshoppayment plug-in .rar

My subscription number:ZxcknowmoreYour attention and support are the motivation for writing more blog posts!

Middleware (Appendix: Ecshop payment plug-in), ecshop helped a friend's ecshop-based development mall to join scanning some time ago...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.