程序包 | 说明 |
---|---|
com.github.binarywang.wxpay.service | |
com.github.binarywang.wxpay.service.impl |
限定符和类型 | 方法和说明 |
---|---|
FundBalanceResult |
PartnerTransferService.fundBalance(SpAccountTypeEnum accountType)
查询账户实时余额API
接口说明
适用对象:直连商户 服务商
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pay/transfer/chapter5_1.shtml
请求URL:https://api.mch.weixin.qq.com/v3/merchant/fund/balance/{account_type}
请求方式:GET
|
FundBalanceResult |
EcommerceService.spDayEndBalance(SpAccountTypeEnum accountType,
String date)
服务商账户日终余额
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/amount.shtml
|
FundBalanceResult |
PartnerTransferService.spDayEndBalance(SpAccountTypeEnum accountType,
String date)
服务商账户日终余额
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pay/transfer/chapter5_2.shtml
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/amount.shtml
|
FundBalanceResult |
EcommerceService.spNowBalance(SpAccountTypeEnum accountType)
服务商账户实时余额
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/amount.shtml
|
FundBalanceResult |
EcommerceService.subDayEndBalance(String subMchid,
String date)
二级商户号账户日终余额
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/amount.shtml
|
FundBalanceResult |
EcommerceService.subNowBalance(String subMchid)
二级商户号账户实时余额
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/amount.shtml
|
FundBalanceResult |
EcommerceService.subNowBalance(String subMchid,
SpAccountTypeEnum accountType)
二级商户号账户实时余额
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3_partner/Offline/apis/chapter4_3_11.shtml
|
限定符和类型 | 方法和说明 |
---|---|
FundBalanceResult |
PartnerTransferServiceImpl.fundBalance(SpAccountTypeEnum accountType)
查询账户实时余额API
接口说明
适用对象:直连商户 服务商
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pay/transfer/chapter5_1.shtml
请求URL:https://api.mch.weixin.qq.com/v3/merchant/fund/balance/{account_type}
请求方式:GET
|
FundBalanceResult |
EcommerceServiceImpl.spDayEndBalance(SpAccountTypeEnum accountType,
String date) |
FundBalanceResult |
PartnerTransferServiceImpl.spDayEndBalance(SpAccountTypeEnum accountType,
String date)
服务商账户日终余额
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pay/transfer/chapter5_2.shtml
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/amount.shtml
|
FundBalanceResult |
EcommerceServiceImpl.spNowBalance(SpAccountTypeEnum accountType) |
FundBalanceResult |
EcommerceServiceImpl.subDayEndBalance(String subMchid,
String date) |
FundBalanceResult |
EcommerceServiceImpl.subNowBalance(String subMchid) |
FundBalanceResult |
EcommerceServiceImpl.subNowBalance(String subMchid,
SpAccountTypeEnum accountType) |
Copyright © 2023. All rights reserved.