Home  >  Article  >  WeChat Applet  >  10 recommended articles about wallets

10 recommended articles about wallets

黄舟
黄舟Original
2017-06-15 13:30:162470browse

Recently, I am using WeChat, Alipay, and Baidu Wallet to implement web payment. If the payment is successful, the page will be automatically closed. If the payment fails, an error message will be displayed. When on the error page, when you click back or the Android physical button to go back, the page will be closed. In WeChat, Alipay, and Baidu Wallet, they encapsulate page closing. The traditional window.close() is invalid, and their js code must be used to close it. The following are three ways to close mobile apps: WeixinJSBridge.call('closeWindow');//WeChat AlipayJSBridge.call('closeWebview'); //Alipay BLightApp.closeWindow();//Baidu Wallet determines which browser it is through the browser header: var ua = navigator

1. 5 recommended articles about Baidu Wallet

10 recommended articles about wallets

Introduction: Recently, I am using WeChat, Alipay, and Baidu Wallet to realize web payment. If the payment is successful, the page will be automatically closed. , for failed payments, an error message will be displayed. When on the error page, when you click back or the Android physical button to go back, the page will be closed. In WeChat, Alipay, and Baidu Wallet, they encapsulate page closing. The traditional window.close() is invalid, and their js code must be used to close it. The following are three ways to close mobile apps: WeixinJSBridge.call('cl...

2. 10 recommended articles about payment development

10 recommended articles about wallets

# Introduction: This article introduces the development process of credit card payment under WeChat Pay. WeChat credit card payment refers to the user opening the WeChat wallet. In the card swiping interface, the merchant scans the code and submits the payment process. 1. Whether the card swiping payment API interface address api.mch.weixin.qq.com/pay/micropay requires a certificate. The input parameter name and variable name are not required. Fill in the type Example value description Public account IDappid is String (32) wx8888888888888888 The public account ID assigned by WeChat (enterprise...

3. Detailed explanation of the credit card payment example of WeChat payment development

10 recommended articles about wallets

## Introduction: This article introduces the development process of card payment under WeChat payment. WeChat card payment refers to the user. Open the card swiping interface of the WeChat wallet, and the merchant scans the code to submit the payment process to complete the payment.

# Share an example tutorial on developing a WeChat public account for card swiping payment.

Introduction: Welcome to leave messages and forward WeChat speed development series articles: Click here The last two articles introduced WeChat public account payment As well as WeChat scan code payment, this article will specifically talk about WeChat swipe card payment and swipe card payment official document scenario introduction step 1: The user selects swipe card payment and opens WeChat, enters the "Me" > "Wallet" > "Swipe card" barcode interface steps 2: The cashier operates the merchant system to generate a payment order, and the user confirms the payment amount. Step 3: The merchant's cashier scans the user's barcode/QR code with a scanning device, and the merchant's cashier system submits the payment. Step 4: After paying via WeChat...10 recommended articles about wallets

5.

Recharge-free vouchers and recharge-free instant discounts and discounts developed by WeChat

Introduction: Test steps (1) Enter "WeChat->Me->Wallet->Payment" on the mobile client to obtain the payment barcode; (2) Enter the order amount at the cashier: 5.01 yuan, scan the above barcode with the code scanner (this operation is optional, if there is a prompt such as the QR code is invalid when scanning the code, you can ignore the prompt and it will not affect the test results), complete the payment (or directly package the card swiping API); 10 recommended articles about wallets

6.

WeChat cash red envelope interface implements red envelope issuance sample code sharing

10 recommended articles about wallets

Introduction: The back-end program calls the interface to issue red envelopes--"WeChat users receive red envelopes in WeChat--"Open the red envelope--"Red envelope The amount will be added to the wallet change--"Complete the red envelope distribution. 】

##7. Click the return button to close the current page and window in WeChat, Alipay, and Baidu Wallet

10 recommended articles about wallets

Introduction: Recently, I am using WeChat, Alipay, and Baidu Wallet to implement web payment. If the payment is successful, the page will be automatically closed. If the payment fails, an error message will be displayed. When on the error page, click to return

8. 99% of people don’t know how to close a web page or window in the Baidu Nuomi app, and you can’t find it online.

10 recommended articles about wallets

Introduction: During the front-end time, our company made a mobile web payment using Baidu Wallet. Products, users scan us through Baidu Wallet and Baidu Nuomi

##9.

Baidu Wallet ios mobile html5 web page cannot be automatically closed

10 recommended articles about wallets

Introduction: Our company has recently been developing a mobile web payment product for Baidu Wallet. The product usage scenario is when users scan our products through Baidu Wallet. QR code,

10.

When integrating Alipay, the RSA private key and public key are generated My Alipay Alipay Wallet Alipay Telephone

Introduction: Alipay, rsa: RSA private key and public key generation during Alipay integration: Generate RSA secret key: https://cshall.alipay.com/enterprise/help_detail.htm?help_id=474010 The first command generates is the original private key (used by PHP) genrsa -out rsa_private_key.pem 1024 The second command is the pkcs8-style private key (used in languages ​​other than PHP and needs to be copied and saved separately) pkcs8 -topk8 -inform PEM -in rsa

[Related Q&A recommendations]:

javascript - How to make the datepicker in WeChat wallet, is there any ready-made library

php - Friends who are familiar with the Bitcoin blockchain api can give me some pointers

php - Problems with internal calling and communication within the program

objective-c - How to implement Alipay cash withdrawal function on iOS?

PHP determines the type of client browser currently scanning the code

The above is the detailed content of 10 recommended articles about wallets. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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