public class TransferServiceImpl extends Object implements TransferService
构造器和说明 |
---|
TransferServiceImpl() |
public TransferBatchesResult transferBatches(TransferBatchesRequest request) throws WxPayException
TransferService
transferBatches
在接口中 TransferService
request
- 转账请求参数WxPayException
- .public TransferNotifyResult parseTransferNotifyResult(String notifyData, SignatureHeader header) throws WxPayException
TransferService
parseTransferNotifyResult
在接口中 TransferService
notifyData
- 通知数据header
- 通知头部数据,不传则表示不校验头WxPayException
- the wx pay exceptionpublic QueryTransferBatchesResult transferBatchesBatchId(QueryTransferBatchesRequest request) throws WxPayException
TransferService
微信批次单号查询批次单API 请求方式:GET(HTTPS) 请求地址:请求地址 文档地址:微信批次单号查询批次单API
transferBatchesBatchId
在接口中 TransferService
request
- 查询请求参数WxPayException
- .public TransferBatchDetailResult transferBatchesBatchIdDetail(String batchId, String detailId) throws WxPayException
TransferService
微信明细单号查询明细单API 请求方式:GET(HTTPS) 请求地址:请求地址 文档地址:微信明细单号查询明细单API
transferBatchesBatchIdDetail
在接口中 TransferService
batchId
- 微信批次单号detailId
- 微信明细单号WxPayException
- .public QueryTransferBatchesResult transferBatchesOutBatchNo(QueryTransferBatchesRequest request) throws WxPayException
TransferService
商家批次单号查询批次单API 请求方式:GET(HTTPS) 请求地址:请求地址 文档地址:商家批次单号查询批次单API
transferBatchesOutBatchNo
在接口中 TransferService
request
- 查询请求参数WxPayException
- .public TransferBatchDetailResult transferBatchesOutBatchNoDetail(String outBatchNo, String outDetailNo) throws WxPayException
TransferService
商家明细单号查询明细单API 请求方式:GET(HTTPS) 请求地址:请求地址 文档地址:商家明细单号查询明细单API
transferBatchesOutBatchNoDetail
在接口中 TransferService
outBatchNo
- 商家明细单号outDetailNo
- 商家批次单号WxPayException
- .public TransferBillsResult transferBills(TransferBillsRequest request) throws WxPayException
TransferService
transferBills
在接口中 TransferService
request
- 转账请求参数WxPayException
- .public TransferBillsCancelResult transformBillsCancel(String outBillNo) throws WxPayException
TransferService
transformBillsCancel
在接口中 TransferService
outBillNo
- 【商户单号】 商户系统内部的商家单号,要求此参数只能由数字、大小写字母组成,在商户系统内部唯一WxPayException
- .public TransferBillsGetResult getBillsByOutBillNo(String outBillNo) throws WxPayException
TransferService
2025.1.15 开始新接口 发起商家转账API 请求方式:GET(HTTPS) 请求地址:请求地址 文档地址:商户单号查询转账单API
getBillsByOutBillNo
在接口中 TransferService
outBillNo
- 【商户单号】 商户系统内部的商家单号,要求此参数只能由数字、大小写字母组成,在商户系统内部唯一WxPayException
- .public TransferBillsGetResult getBillsByTransferBillNo(String transferBillNo) throws WxPayException
TransferService
2025.1.15 开始新接口 微信单号查询转账单API 请求方式:GET(HTTPS) 请求地址:请求地址 文档地址:商户单号查询转账单API
getBillsByTransferBillNo
在接口中 TransferService
transferBillNo
- 【微信转账单号】 微信转账单号,微信商家转账系统返回的唯一标识WxPayException
- .public TransferBillsNotifyResult parseTransferBillsNotifyResult(String notifyData, SignatureHeader header) throws WxPayException
TransferService
parseTransferBillsNotifyResult
在接口中 TransferService
notifyData
- 通知数据header
- 通知头部数据,不传则表示不校验头WxPayException
- the wx pay exceptionCopyright © 2025. All rights reserved.