保险商户H5预签约
商户可调用本接口预先指定签约及交易信息(交易信息可选填),生成预签约会话及对应的跳转URL,引导用户在原浏览器中请求该URL,将跳转至用户微信支付客户端的签约页面。 官方文档
js
wxpay.v3.papay.insuranceSign.contracts.preEntrustSign.h5.post({
appid,
openid,
plan_id,
out_contract_code,
insured_display_name,
contract_notify_url,
policy_start_date,
policy_end_date,
policy_periods,
amount,
out_trade_no,
description,
transaction_notify_url,
out_user_code,
goods_tag,
attach,
can_auto_insure,
can_auto_reinsure,
real_identity,
jump_control,
}, { headers, })
.then(
({
data: {
redirect_url,
},
}) => ({
redirect_url,
})
)