Skip to content

H5场景预约扣费类型签约的预签约

商户可调用本接口预先指定签约信息,生成预签约会话及对应的跳转URL,引导用户在原浏览器中请求该URL,将跳转至用户微信支付客户端的签约页面。 官方文档

js
wxpay
.
v3
.
papay
.
scheduledDeductSign
.
partner
.
contracts
.
preEntrustSign
.
h5
.
post
({
sp_appid
,
sp_openid
,
sub_mchid
,
sub_appid
,
sub_openid
,
plan_id
,
out_contract_code
,
contract_display_account
,
contract_notify_url
,
out_user_code
,
deduct_schedule
,
jump_control
,
}) .
then
(
({
data
: {
redirect_url
,
}, }) => ({
redirect_url
,
}) )

Released under the MIT License. (SITEMAP)