Skip to content

上传商家电子小票跳转信息

接口介绍:可通过该接口给对应的微信支付订单上传商家电子小票跳转信息。上传成功后,用户可以在账单详情页看到对应的跳转入口。 官方文档

js
wxpay
.
v3
.
marketing
.
shoppingReceipt
.
merchantshoppingreceiptjumpinfos
.
post
({
transaction_id
,
transaction_mchid
,
transaction_sub_mchid
,
openid
,
merchant_upload_time
,
jump_info
,
}) .
then
(
({
data
: {
merchant_jump_info
,
}, }) => ({
merchant_jump_info
,
}) )

Released under the MIT License. (SITEMAP)