public class TransferBatchService
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TransferBatchService.Builder
TransferBatchService构造器
|
Modifier and Type | Method and Description |
---|---|
TransferBatchEntity |
getTransferBatchByNo(GetTransferBatchByNoRequest request)
通过微信批次单号查询批次单
|
TransferBatchEntity |
getTransferBatchByOutNo(GetTransferBatchByOutNoRequest request)
通过商家批次单号查询批次单
|
TransferDetailEntity |
getTransferDetailByNo(GetTransferDetailByNoRequest request)
通过微信明细单号查询明细单
|
TransferDetailEntity |
getTransferDetailByOutNo(GetTransferDetailByOutNoRequest request)
通过商家明细单号查询明细单
|
InitiateBatchTransferResponse |
initiateBatchTransfer(InitiateBatchTransferRequest request)
发起商家转账
|
public TransferBatchEntity getTransferBatchByNo(GetTransferBatchByNoRequest request)
request
- 请求参数com.wechat.pay.java.core.exception.HttpException
- 发送HTTP请求失败。例如构建请求参数失败、发送请求失败、I/O错误等。包含请求信息。com.wechat.pay.java.core.exception.ValidationException
- 发送HTTP请求成功,验证微信支付返回签名失败。com.wechat.pay.java.core.exception.ServiceException
- 发送HTTP请求成功,服务返回异常。例如返回状态码小于200或大于等于300。com.wechat.pay.java.core.exception.MalformedMessageException
- 服务返回成功,content-type不为application/json、解析返回体失败。public TransferBatchEntity getTransferBatchByOutNo(GetTransferBatchByOutNoRequest request)
request
- 请求参数com.wechat.pay.java.core.exception.HttpException
- 发送HTTP请求失败。例如构建请求参数失败、发送请求失败、I/O错误等。包含请求信息。com.wechat.pay.java.core.exception.ValidationException
- 发送HTTP请求成功,验证微信支付返回签名失败。com.wechat.pay.java.core.exception.ServiceException
- 发送HTTP请求成功,服务返回异常。例如返回状态码小于200或大于等于300。com.wechat.pay.java.core.exception.MalformedMessageException
- 服务返回成功,content-type不为application/json、解析返回体失败。public InitiateBatchTransferResponse initiateBatchTransfer(InitiateBatchTransferRequest request)
request
- 请求参数com.wechat.pay.java.core.exception.HttpException
- 发送HTTP请求失败。例如构建请求参数失败、发送请求失败、I/O错误等。包含请求信息。com.wechat.pay.java.core.exception.ValidationException
- 发送HTTP请求成功,验证微信支付返回签名失败。com.wechat.pay.java.core.exception.ServiceException
- 发送HTTP请求成功,服务返回异常。例如返回状态码小于200或大于等于300。com.wechat.pay.java.core.exception.MalformedMessageException
- 服务返回成功,content-type不为application/json、解析返回体失败。public TransferDetailEntity getTransferDetailByNo(GetTransferDetailByNoRequest request)
request
- 请求参数com.wechat.pay.java.core.exception.HttpException
- 发送HTTP请求失败。例如构建请求参数失败、发送请求失败、I/O错误等。包含请求信息。com.wechat.pay.java.core.exception.ValidationException
- 发送HTTP请求成功,验证微信支付返回签名失败。com.wechat.pay.java.core.exception.ServiceException
- 发送HTTP请求成功,服务返回异常。例如返回状态码小于200或大于等于300。com.wechat.pay.java.core.exception.MalformedMessageException
- 服务返回成功,content-type不为application/json、解析返回体失败。public TransferDetailEntity getTransferDetailByOutNo(GetTransferDetailByOutNoRequest request)
request
- 请求参数com.wechat.pay.java.core.exception.HttpException
- 发送HTTP请求失败。例如构建请求参数失败、发送请求失败、I/O错误等。包含请求信息。com.wechat.pay.java.core.exception.ValidationException
- 发送HTTP请求成功,验证微信支付返回签名失败。com.wechat.pay.java.core.exception.ServiceException
- 发送HTTP请求成功,服务返回异常。例如返回状态码小于200或大于等于300。com.wechat.pay.java.core.exception.MalformedMessageException
- 服务返回成功,content-type不为application/json、解析返回体失败。