Skip to content

小程序方式预签约(平台收付通)

电商服务商从商户小程序拉起微信签约小程序发起签约前,需先后台调用预签约接口完成预签约,获取pre_entrustweb_id,再拉起微信签约小程序;用户完成签约授权后,再返回商户小程序。 官方文档

js
wxpay
.
v3
.
ecommerce
.
combinePapay
.
contracts
.
preEntrustSign
.
miniProgram
.
post
({
appid
,
plan_id
,
out_contract_code
,
contract_display_account
,
notify_url
,
}) .
then
(
({
data
: {
pre_entrustweb_id
,
mchid
,
plan_id
,
out_contract_code
,
}, }) => ({
pre_entrustweb_id
,
mchid
,
plan_id
,
out_contract_code
,
}) )

Released under the MIT License. (SITEMAP)