Sneak into the H5 page in the native APP, and Wechat H5 payment is called up in the H5 page.

banner click to load H5 page of native APP. There is a button event in H5 page, so you need to call up Wechat H5 payment directly.
1. When you click banner in native APP, you can jump out of App and go directly to the browser. Wechat H5 payment is OK
2. The current demand wants to directly call Wechat H5 payment
in native App
how to do this?


seems to have to go to Wechat development platform to bind applications and activate WeChat Pay function, but native payment docking support is required.


not long ago, I made the H5 page in app to evoke Wechat's client payment.
there are two ways for WeChat Pay:
1. Pay by scanning the code ( PC side).
2. Evoke Wechat's client payment (mobile WAP )
your problem can be understood as that the browser can directly evoke Wechat, but can't afford it in app . Is that what you mean?
doesn't know much about native app, but to be sure, this should be supported by app .
all you can do is window.loaction.href the payment address.
your back end will take care of the payment address. Ask your app developer for app. You can take a url that evokes Wechat and test it in webview of app .

Menu