public class MerchantTransferServiceImpl extends Object implements MerchantTransferService
构造器和说明 |
---|
MerchantTransferServiceImpl() |
限定符和类型 | 方法和说明 |
---|---|
DetailElectronicBillResult |
applyDetailElectronicBill(DetailElectronicBillRequest request)
转账明细电子回单受理API
适用对象:直连商户
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_9.shtml
请求URL:https://api.mch.weixin.qq.com/v3/transfer-detail/electronic-receipts
请求方式:POST
接口限频: 单个商户 20QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
|
ElectronicBillResult |
applyElectronicBill(ElectronicBillApplyRequest request)
转账电子回单申请受理API
适用对象:直连商户
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_7.shtml
请求URL:https://api.mch.weixin.qq.com/v3/transfer/bill-receipt
请求方式:POST
接口限频: 单个商户 20QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
|
TransferCreateResult |
createTransfer(TransferCreateRequest request)
发起商家转账API
适用对象:直连商户
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_1.shtml
请求URL:https://api.mch.weixin.qq.com/v3/transfer/batches
请求方式:POST
接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
|
DetailElectronicBillResult |
queryDetailElectronicBill(DetailElectronicBillRequest request)
查询转账明细电子回单受理结果API
适用对象:直连商户
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_10.shtml
请求URL:https://api.mch.weixin.qq.com/v3/transfer-detail/electronic-receipts
请求方式:GET
前置条件:只支持查询最近90天内的转账明细单
|
ElectronicBillResult |
queryElectronicBill(String outBatchNo)
查询转账电子回单API
适用对象:直连商户
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_8.shtml
请求URL:https://api.mch.weixin.qq.com/v3/transfer/bill-receipt/{out_batch_no}
请求方式:GET
|
BatchesQueryResult |
queryMerchantBatches(MerchantBatchesQueryRequest request)
商家批次单号查询批次单API
适用对象:直连商户
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_5.shtml
请求URL:https://api.mch.weixin.qq.com/v3/transfer/batches/out-batch-no/{out_batch_no}
请求方式:GET
接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
|
DetailsQueryResult |
queryMerchantDetails(MerchantDetailsQueryRequest request)
商家明细单号查询明细单API
适用对象:直连商户
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_6.shtml
请求URL:https://api.mch.weixin.qq.com/v3/transfer/batches/out-batch-no/{out_batch_no}/details/out-detail-no/{out_detail_no}
请求方式:GET
接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
|
BatchesQueryResult |
queryWxBatches(WxBatchesQueryRequest request)
微信批次单号查询批次单API
适用对象:直连商户
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_2.shtml
请求URL:https://api.mch.weixin.qq.com/v3/transfer/batches/batch-id/{batch_id}
请求方式:GET
接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
|
DetailsQueryResult |
queryWxDetails(WxDetailsQueryRequest request)
微信明细单号查询明细单API
适用对象:直连商户
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_3.shtml
请求URL:https://api.mch.weixin.qq.com/v3/transfer/batches/batch-id/{batch_id}/details/detail-id/{detail_id}
请求方式:GET
接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
|
public TransferCreateResult createTransfer(TransferCreateRequest request) throws WxPayException
MerchantTransferService
适用对象:直连商户 文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_1.shtml 请求URL:https://api.mch.weixin.qq.com/v3/transfer/batches 请求方式:POST 接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。 是否需要证书:是
createTransfer
在接口中 MerchantTransferService
request
- the requestWxPayException
- the wx pay exceptionpublic BatchesQueryResult queryWxBatches(WxBatchesQueryRequest request) throws WxPayException
MerchantTransferService
适用对象:直连商户 文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_2.shtml 请求URL:https://api.mch.weixin.qq.com/v3/transfer/batches/batch-id/{batch_id} 请求方式:GET 接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
queryWxBatches
在接口中 MerchantTransferService
request
- the requestWxPayException
- the wx pay exceptionpublic DetailsQueryResult queryWxDetails(WxDetailsQueryRequest request) throws WxPayException
MerchantTransferService
适用对象:直连商户 文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_3.shtml 请求URL:https://api.mch.weixin.qq.com/v3/transfer/batches/batch-id/{batch_id}/details/detail-id/{detail_id} 请求方式:GET 接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
queryWxDetails
在接口中 MerchantTransferService
request
- the requestWxPayException
- the wx pay exceptionpublic BatchesQueryResult queryMerchantBatches(MerchantBatchesQueryRequest request) throws WxPayException
MerchantTransferService
适用对象:直连商户 文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_5.shtml 请求URL:https://api.mch.weixin.qq.com/v3/transfer/batches/out-batch-no/{out_batch_no} 请求方式:GET 接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
queryMerchantBatches
在接口中 MerchantTransferService
request
- the requestWxPayException
- the wx pay exceptionpublic DetailsQueryResult queryMerchantDetails(MerchantDetailsQueryRequest request) throws WxPayException
MerchantTransferService
适用对象:直连商户 文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_6.shtml 请求URL:https://api.mch.weixin.qq.com/v3/transfer/batches/out-batch-no/{out_batch_no}/details/out-detail-no/{out_detail_no} 请求方式:GET 接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
queryMerchantDetails
在接口中 MerchantTransferService
request
- the requestWxPayException
- the wx pay exceptionpublic ElectronicBillResult applyElectronicBill(ElectronicBillApplyRequest request) throws WxPayException
MerchantTransferService
适用对象:直连商户 文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_7.shtml 请求URL:https://api.mch.weixin.qq.com/v3/transfer/bill-receipt 请求方式:POST 接口限频: 单个商户 20QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
applyElectronicBill
在接口中 MerchantTransferService
request
- the requestWxPayException
- the wx pay exceptionpublic ElectronicBillResult queryElectronicBill(String outBatchNo) throws WxPayException
MerchantTransferService
适用对象:直连商户 文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_8.shtml 请求URL:https://api.mch.weixin.qq.com/v3/transfer/bill-receipt/{out_batch_no} 请求方式:GET
queryElectronicBill
在接口中 MerchantTransferService
outBatchNo
- the out batch noWxPayException
- the wx pay exceptionpublic DetailElectronicBillResult applyDetailElectronicBill(DetailElectronicBillRequest request) throws WxPayException
MerchantTransferService
适用对象:直连商户 文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_9.shtml 请求URL:https://api.mch.weixin.qq.com/v3/transfer-detail/electronic-receipts 请求方式:POST 接口限频: 单个商户 20QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。 前置条件:只支持受理最近30天内的转账明细单
applyDetailElectronicBill
在接口中 MerchantTransferService
request
- the requestWxPayException
- the wx pay exceptionpublic DetailElectronicBillResult queryDetailElectronicBill(DetailElectronicBillRequest request) throws WxPayException
MerchantTransferService
适用对象:直连商户 文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_10.shtml 请求URL:https://api.mch.weixin.qq.com/v3/transfer-detail/electronic-receipts 请求方式:GET 前置条件:只支持查询最近90天内的转账明细单
queryDetailElectronicBill
在接口中 MerchantTransferService
request
- the requestWxPayException
- the wx pay exceptionCopyright © 2023. All rights reserved.