Skip to content

账户余额提现(平台收付通)

电商平台通过余额提现API帮助二级商户发起账户余额提现申请,完成账户余额提现。 官方文档 官方文档

js
wxpay
.
v3
.
ecommerce
.
fund
.
withdraw
.
post
({
sub_mchid
,
out_request_no
,
amount
,
remark
,
bank_memo
,
account_type
,
}) .
then
(
({
data
: {
sub_mchid
,
withdraw_id
,
out_request_no
,
account_type
,
}, }) => ({
sub_mchid
,
withdraw_id
,
out_request_no
,
account_type
,
}) )

Released under the MIT License. (SITEMAP)