Table of Contents
Development of scan code payment for WeChat payment: pitfalls I encountered and solutions (attached: Ecshop WeChat payment plug-in), ecshop
Home Backend Development PHP Tutorial WeChat payment scan code payment development: pitfalls I encountered and solutions (attached: Ecshop WeChat payment plug-in), ecshop_PHP tutorial

WeChat payment scan code payment development: pitfalls I encountered and solutions (attached: Ecshop WeChat payment plug-in), ecshop_PHP tutorial

Jul 13, 2016 am 09:44 AM
ecshop

Development of scan code payment for WeChat payment: pitfalls I encountered and solutions (attached: Ecshop WeChat payment plug-in), ecshop

Helped a friend some time ago The mall developed based on ecshop added the WeChat scan payment function. I thought it would be a very simple matter - download the official sdk or development help document and follow the instructions in it. Who knows that it took two or three days to get it done? , I also looked for a lot of technical articles on the Internet with questions, but found that they only wrote roughly how they developed the access, and did not solve the problems I encountered... Alas, sometimes I really feel 'You can only rely on yourself'. The purpose of this article is to write down the problems and solutions I encountered, so that friends who develop in this area can be helpful!

Before development, please check the official [Scan QR code payment] development document. Scan QR code payment is divided into the following two modes:

 △Mode 1:

 Problems encountered: The first scan of the QR code can still be scanned normally, but if you scan again without payment, it will prompt: ok or the request for merchant information has timed out and the HttpCode is not 200——I have tried to find a solution through various channels to no avail. I hope someone who knows can give me an answer. Thank you!

 △Mode 2:

 Note: You cannot directly use the mall’s order number as the transaction order number (out_trade_no), otherwise the WeChat scan code payment number will be generated again When entering the QR code, the interface will prompt: The merchant order number is repeated and cannot be regenerated.

So here comes Jiang Zi’s question, how should I set the transaction order number and ensure that the corresponding order information in the WeChat merchant platform can be queried through the interface later or reconciliation can be achieved? The feasible method is: use the unified order interface before scanning the QR code. Instead of passing in the order number of the mall order system for out_trade_no, regenerate a new unique flow; add another order number corresponding to the WeChat payment transaction order number (out_trade_no). Table, as follows:

WeChat payment scan code payment development: pitfalls I encountered and solutions (attached: Ecshop WeChat payment plug-in), ecshop_PHP tutorial There is a serial_is_paid field in the above table: used to mark whether this transaction has been completed, that is: in the payment success notification callback processing, the payment status is updated according to the returned out_trade_no; as for how to query the order payment Status, I think you should also know...

Okay, I have n’t written a technical blog that I ca n’t find my feelings for a long time. The writing may be rough. If you have unclear friends, you can pay attention to & communication! WeChat payment scan code payment development: pitfalls I encountered and solutions (attached: Ecshop WeChat payment plug-in), ecshop_PHP tutorial

Reference website>>

Ecshop WeChat payment plug-in.rar

My WeChat subscription account:

zxcknowmore, your attention and support are the motivation for me to write more blog posts!

http://www.bkjia.com/PHPjc/1048740.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1048740.htmlTechArticleWeChat payment scan code payment development: pitfalls I encountered and solutions (attached: Ecshop WeChat payment plug-in) , ecshop Some time ago, I helped a friend’s mall developed based on ecshop to add WeChat scanning...
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1662
14
PHP Tutorial
1261
29
C# Tutorial
1234
24
What are the methods for sorting ecshop articles? What are the methods for sorting ecshop articles? Jun 16, 2023 am 11:30 AM

How to sort ecshop articles: 1. Sort by publication time, you can control the order of articles in the list by modifying the publication time of the article; 2. Sort by clicks, you can achieve this sorting by installing the "Article Click Ranking" plug-in Function, this plug-in can count the number of clicks on articles; 3. Sort by the number of comments, you can implement this sorting function by installing the "Article Comment Ranking" plug-in, which can count the number of comments on articles; 4. Sort by relevance, This sorting function can be achieved by installing the "Search Ranking" plug-in.

What is the architecture of ecshop? What is the architecture of ecshop? Feb 23, 2023 am 09:32 AM

ecshop is a "B2C" architecture; ecshop is a B2C independent online store system, suitable for enterprises and individuals to quickly build personalized online stores; the system is a cross-platform open source program developed based on PHP language and MYSQL database architecture.

Ecshop product management advanced: learn how to add fields Ecshop product management advanced: learn how to add fields Mar 12, 2024 pm 02:06 PM

Ecshop Product Management Advanced: Learn how to add fields, you need specific code examples. When using Ecshop for product management, you often encounter situations where you need to add some custom fields to meet specific needs. By adding fields, more precise product management and better user experience can be achieved. This article will introduce how to add fields in Ecshop and provide specific code examples. First, we need to clarify the need to add fields. For example, we need to add a "production date" field to the product details page to

What are the characteristics of ecshop? What are the characteristics of ecshop? Feb 13, 2023 am 09:43 AM

Features: 1. Open source system with flexibility, customizability and high scalability; 2. Support independent secondary development; 3. Rich templates and plug-ins; 4. Strong industry adaptability; 5. Avoid being constrained by software vendors; 6. Stronger reliability and stability; 7. Mobile H5 framework upgrade, based on VUE comprehensive replacement, more flexible and open; 8. Multi-level rebate function, supporting QR codes, posters and other promotion methods, unlimited fission development of distributors ; 8. The visual interaction of the management terminal is completely renewed, the UI is simple and beautiful, and the operating experience is upgraded; 9. Supports PHP7.2, and the performance is doubled.

What program is ecshop? What program is ecshop? Feb 16, 2023 am 10:38 AM

ECShop is a B2C independent online store system. It is a cross-platform open source program developed based on PHP language and MYSQL database architecture. It is suitable for enterprises and individuals to quickly build personalized online stores. The characteristics of the ecshop mall system: 1. Support independent secondary development; 2. Rich templates and plug-ins; 3. Strong industry adaptability; 4. Avoid being constrained by software vendors; 5. Stronger reliability and stability.

What is the model of ecshop? What is the model of ecshop? Feb 22, 2023 am 09:37 AM

ecshop is a B2C model. ECShop is a B2C independent online store system, suitable for enterprises and individuals to quickly build personalized online stores. B2C refers to a model of e-commerce, and it is also a retail model that sells products and services directly to consumers; the payment method of B2C e-commerce is a combination of cash on delivery and online payment, and most companies choose logistics outsourcing for delivery. to save operating costs.

How to remove copyright at the bottom of ecshop How to remove copyright at the bottom of ecshop Aug 08, 2023 pm 02:42 PM

Method to remove the copyright at the bottom of ecshop: 1. Modify the template file, the specific location is: themes/your_theme directory, find the footer.html file in this directory, open it with a text editor, find the code segment containing the copyright information, delete it or Comment out. Just save the file and close it; 2. To use the plug-in, log in to the backend, click plug-in management, search for copyright and other related keywords at the bottom, select a suitable plug-in to install and enable it; 3. To purchase a theme, purchase it on the official website of ECShop etc.

How to cancel delivery method in ecshop How to cancel delivery method in ecshop Mar 03, 2023 am 09:56 AM

How to cancel the shipping method in ecshop: 1. Find and open the "flow.dwt" file, and then delete "<!--{if $total.real_goods_count neq 0}-->...<!-- {/if} - ->" code; 2. Change "checkOrderForm(frm)" in "js/shopping_flow.js" to "if (document.getElementById(...)".

See all articles