Skip to content

查询账户实时余额

商户通过此接口可以查询本商户号的账号余额情况。 官方文档 官方文档

js
wxpay
.
v3
.
merchant
.
fund
.
balance
.
_account_type_
.
get
({
account_type
,
}) .
then
(
({
data
: {
available_amount
,
pending_amount
,
}, }) => ({
available_amount
,
pending_amount
,
}) )

Released under the MIT License. (SITEMAP)