Skip to content

查询二级商户账户日终余额(平台收付通)

电商服务商通过该接口可以查询二级商户指定日期当天24点的账户余额。 官方文档

js
wxpay
.
v3
.
ecommerce
.
fund
.
enddaybalance
.
_sub_mchid_
.
get
({
sub_mchid
,
params
,
}) .
then
(
({
data
: {
sub_mchid
,
available_amount
,
pending_amount
,
}, }) => ({
sub_mchid
,
available_amount
,
pending_amount
,
}) )

Released under the MIT License. (SITEMAP)