Skip to content

微信支付提现单号查询提现结果(平台收付通)

电商平台通过该接口查询其提现结果 官方文档 官方文档

js
wxpay
.
v3
.
ecommerce
.
fund
.
withdraw
.
_withdraw_id_
.
get
({
withdraw_id
,
params
,
}) .
then
(
({
data
: {
sub_mchid
,
sp_mchid
,
status
,
withdraw_id
,
out_request_no
,
amount
,
create_time
,
update_time
,
reason
,
remark
,
bank_memo
,
account_type
,
account_number
,
account_bank
,
bank_name
,
}, }) => ({
sub_mchid
,
sp_mchid
,
status
,
withdraw_id
,
out_request_no
,
amount
,
create_time
,
update_time
,
reason
,
remark
,
bank_memo
,
account_type
,
account_number
,
account_bank
,
bank_name
,
}) )

Released under the MIT License. (SITEMAP)