Skip to content

扫码支付下单

合作伙伴系统先调用该接口在微信支付服务后台生成预支付交易单,返回正确的预支付交易会话标识后再按Native、JSAPI、APP等不同场景生成交易串调起支付。 官方文档

js
wxpay
.
v3
.
pay
.
partner
.
transactions
.
scannedpos
.
post
({
sp_appid
,
sp_mchid
,
sub_appid
,
sub_mchid
,
description
,
out_trade_no
,
time_expire
,
attach
,
notify_url
,
goods_tag
,
support_fapiao
,
amount
,
payer
,
detail
,
scene_info
,
settle_info
,
}) .
then
(
({
data
: {
prepay_id
,
}, }) => ({
prepay_id
,
}) )

Released under the MIT License. (SITEMAP)