合单H5支付
使用合单支付接口,用户只输入一次密码,即可完成多个订单的支付。目前最多一次可支持50笔订单进行合单支付。 官方文档
js
wxpay.v3.combineTransactions.h5.post({
combine_appid,
combine_mchid,
combine_out_trade_no,
scene_info,
sub_orders,
time_start,
time_expire,
notify_url,
limit_pay,
combine_payer_info,
})
.then(
({
data: {
h5_url,
},
}) => ({
h5_url,
})
)