Skip to content

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

电商服务商通过该接口可以查询二级商户指定日期当天24点的账户余额。**注意:**• 可查询90天内的日终余额。• 当日日终余额在次日生成,建议商户在上午 10 点以后查询。 官方文档 官方文档

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

Released under the MIT License. (SITEMAP)