Skip to content

关闭预约商家转账记录

商户可通过接口关闭已经受理或者已经确认的预约商家转账记录。 官方文档

js
wxpay
.
v3
.
platsolution
.
mchTransfer
.
reservation
.
outReservationNo
.
_out_reservation_no_
.
close
.
post
({
}, {
out_reservation_no
,
params
,
}) .
then
(
({
data
: {
sp_mchid
,
sub_mchid
,
sp_appid
,
sub_appid
,
reservation_id
,
out_reservation_no
,
transfer_scene_id
,
estimated_date
,
estimated_max_amount
,
exact_amount
,
openid
,
bank_type
,
state
,
accept_time
,
reserve_time
,
close_info
,
}, }) => ({
sp_mchid
,
sub_mchid
,
sp_appid
,
sub_appid
,
reservation_id
,
out_reservation_no
,
transfer_scene_id
,
estimated_date
,
estimated_max_amount
,
exact_amount
,
openid
,
bank_type
,
state
,
accept_time
,
reserve_time
,
close_info
,
}) )

Released under the MIT License. (SITEMAP)