This article introduces the development process of card payment under WeChat payment. WeChat card payment refers to the payment process in which the user opens the card swiping interface of WeChat wallet, and the merchant scans the QR code and submits the payment to complete the payment. 1. Does the card payment API interface address api.mch.weixin.qq.com/pay/micropay require a certificate? No. Input parameter name Variable name Required type Example value description Public account ID appid is String (32) wx8888888888888888 The public account ID assigned by WeChat (corporate number corpid is this appId) Merchant number mch_id is String (32) 1900000109 The merchant number assigned by WeChat payment Device number device_info No String(32)013467007045764 Terminal device number (customized by the merchant, such as store number) Random string nonce_str Yes String(32)5K8264ILTKCH16CQ2502SI8ZNMTM67VS Random string, no longer than 32 bits. The recommended random number generation algorithm signature sign is
1. Detailed explanation of the credit card payment example of WeChat payment development
Introduction: This article introduces the development process of card payment under WeChat payment. WeChat card payment refers to the payment process in which the user opens the card swiping interface of WeChat wallet, and the merchant scans the QR code and submits the payment to complete the payment.
2. nodejs development of WeChat payment function
Introduction: This article mainly introduces the development of nodejs WeChat public account payment in detail. It has certain reference value. Interested friends can refer to
##3. Detailed explanation of sandbox key steps for WeChat payment development
4.
WeChat Mini Program WeChat Payment Access Development
5.
In-depth understanding of the precautions for using Python to develop WeChat payment
##Introduction: The introduction of payment is now required by many Internet products. In order to make it more convenient and faster for users, it has become common to integrate third-party payments such as Alipay and WeChat Pay. Today, I will follow the editor to take a look at some noteworthy aspects of WeChat payment development. All code involved is written in Python.
6.
WeChat payment development dynamic link Native payment example code##Introduction: This article mainly introduces the Native payment implementation process based on dynamic link QR code under WeChat payment, hoping to provide help to partners who develop WeChat payment
7. Detailed explanation of WeChat payment development transaction notification example code
##Introduction: This article mainly introduces How to get transaction notification when using JS API to pay, and provide code examples. I hope it will be helpful to friends who develop WeChat payment
8. Detailed explanation of iOS WeChat payment development case code
##Introduction: This article mainly introduces the iOS WeChat payment development case in detail, which has certain reference value. Interested friends can refer to
9. Detailed explanation with pictures and text WeChat public platform payment development
10.
PHP WeChat payment development method of callback after scanning payment (mode 2)
[Related Q&A recommendations]:
php WeChat payment developmentjavascript - WeChat payment Development: The parameter total_fee is missing when calling JSAPIAlipay Quick Payment PHP Server Signature Front-end - WeChat Payment Development: The parameter is missing when calling jsapi total_fee#java - How to get out of the iframe after the iframe is successfully developed for WeChat Alipay payment.
The above is the detailed content of 10 recommended articles about payment development. For more information, please follow other related articles on the PHP Chinese website!