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