Skip to content

付款码支付

收银员使用扫码设备读取微信用户付款码以后,二维码或条码信息会传送至商户收银台,由商户收银台或者商户后台调用该接口发起支付。 官方文档

js

wxpay
.
v2
.
pay
.
micropay
.
post
({
mch_id
,
appid
,
body
,
out_trade_no
,
notify_url
,
total_fee
,
auth_code
,
}) .
then
(
({
data
: {
return_code
,
result_code
,
trade_type
,
total_fee
,
transaction_id
,
} }) =>
total_fee
)

Released under the MIT License. (SITEMAP)