Home  >  Article  >  WeChat Applet  >  How to implement WeChat payment in mini program

How to implement WeChat payment in mini program

王林
王林forward
2021-01-05 09:39:026149browse

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

How to implement WeChat payment in mini program

Step 2: Choose to bind an existing WeChat payment merchant account

How to implement WeChat payment in mini program

Step 3: Fill in the merchant account and merchant login password, and submit.

How to implement WeChat payment in mini program

Step 4: Open successfully

How to implement WeChat payment in mini program

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

How to implement WeChat payment in mini program

Step 2: Choose to reapply

How to implement WeChat payment in mini program

Step Three: Submit application materials and wait for review

How to implement WeChat payment in mini program

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!

Statement:
This article is reproduced at:csdn.net. If there is any infringement, please contact admin@php.cn delete