Home > Article > WeChat Applet > How to implement WeChat payment in mini program
We can implement the WeChat payment function in two ways. The first way: if you already have a WeChat merchant account, just bind the merchant account directly; the second way is: The method is to apply for a new merchant account for WeChat Pay.
(Learning video sharing: Programming video)
The first type: Bind an existing WeChat payment merchant account
If you open WeChat payment Merchant, just bind
Process (estimated time: 10 minutes)
1. Verify the original merchant account and password information
2. Determine whether it meets the binding requirements Conditions
3. After successful binding, you can proceed with WeChat payment development
Step one: Log in to the mini program backend, click WeChat payment on the left, and select Open
Step 2: Choose to bind an existing WeChat payment merchant account
Step 3: Fill in the merchant account and merchant login password, and submit.
Step 4: Open successfully
Second step: Open a new WeChat payment merchant
If you have never opened WeChat payment, you need to open a WeChat payment merchant
Process (estimated time: 1-5 days)
1. Fill in the application information
2. After WeChat payment review
3. Check the account opening email
4. Verify the payment amount
5. Log in to the merchant platform to sign the agreement
Step 1: Log in to the mini program backend, click WeChat Pay on the left, and choose to activate
Step 2: Choose to reapply
Step Three: Submit application materials and wait for review
Related recommendations: Small Program Development Tutorial
The above is the detailed content of How to implement WeChat payment in mini program. For more information, please follow other related articles on the PHP Chinese website!