| 程序包 | 说明 |
|---|---|
| com.github.binarywang.wxpay.service | |
| com.github.binarywang.wxpay.service.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends WxPayBaseNotifyV3Result<E>,E> |
WxPayService.baseParseOrderNotifyV3Result(String notifyData,
SignatureHeader header,
Class<T> resultType,
Class<E> dataType)
支付服务商和直连商户两种模式
详见https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_1_5.shtml
|
CombineNotifyResult |
WxPayService.parseCombineNotifyResult(String notifyData,
SignatureHeader header)
合单支付通知回调数据处理
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter5_1_13.shtml
|
ComplaintNotifyResult |
WxPayService.parseComplaintNotifyResult(String notifyData,
SignatureHeader header)
解析投诉通知
详见https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter10_2_16.shtml
|
MiPayNotifyV3Result |
MiPayService.parseMiPayNotifyV3Result(String notifyData,
SignatureHeader header)
解析医保混合收款成功通知
微信支付会通过POST请求向商户设置的回调URL推送医保混合收款成功通知,商户需要接收处理该消息,并返回应答。
|
WxPayNotifyV3Result |
WxPayService.parseOrderNotifyV3Result(String notifyData,
SignatureHeader header)
解析支付结果v3通知.
|
WxPayPartnerNotifyV3Result |
WxPayService.parsePartnerOrderNotifyV3Result(String notifyData,
SignatureHeader header)
服务商模式解析支付结果v3通知.
|
WxPayPartnerRefundNotifyV3Result |
WxPayService.parsePartnerRefundNotifyV3Result(String notifyData,
SignatureHeader header)
解析服务商模式退款结果通知
详见https://pay.weixin.qq.com/wiki/doc/apiv3_partner/apis/chapter4_1_11.shtml
|
ProfitSharingNotifyV3Result |
ProfitSharingService.parseProfitSharingNotifyResult(String notifyData,
SignatureHeader header)
分账动账通知
分账或分账回退成功后,微信会把相关变动结果发送给分账接收方(只支持商户)。
|
WxPayRefundNotifyV3Result |
WxPayService.parseRefundNotifyV3Result(String notifyData,
SignatureHeader header)
解析直连商户退款结果通知
详见https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?
|
ReservationTransferNotifyResult |
TransferService.parseReservationTransferNotifyResult(String notifyData,
SignatureHeader header)
解析预约商家转账通知回调结果
预约批次单中的明细单在转账成功或转账失败时,微信会把相关结果信息发送给商户。
|
WxPayTransferBatchesNotifyV3Result |
WxPayService.parseTransferBatchesNotifyV3Result(String notifyData,
SignatureHeader header)
解析商家转账批次回调通知
https://pay.weixin.qq.com/docs/merchant/apis/batch-transfer-to-balance/transfer-batch-callback-notice.html
|
TransferBillsNotifyResult |
TransferService.parseTransferBillsNotifyResult(String notifyData,
SignatureHeader header)
|
TransferBillsNotifyResult |
WxPayService.parseTransferBillsNotifyV3Result(String notifyData,
SignatureHeader header)
解析商家转账批次回调通知
https://pay.weixin.qq.com/doc/v3/merchant/4012712115
|
TransferNotifyResult |
TransferService.parseTransferNotifyResult(String notifyData,
SignatureHeader header)
|
Copyright © 2026. All rights reserved.