Uses of Class
com.foxinmy.weixin4j.pay.type.IdQuery
-
Packages that use IdQuery Package Description com.foxinmy.weixin4j.pay com.foxinmy.weixin4j.pay.api -
-
Uses of IdQuery in com.foxinmy.weixin4j.pay
Methods in com.foxinmy.weixin4j.pay with parameters of type IdQuery Modifier and Type Method Description RefundResult
WeixinPayProxy. applyRefund(IdQuery idQuery, String outRefundNo, double totalFee)
申请退款RefundResult
WeixinPayProxy. applyRefund(IdQuery idQuery, String outRefundNo, double totalFee, double refundFee, CurrencyType refundFeeType, String opUserId, String refundDesc, RefundAccountType refundAccountType)
申请退款CustomsOrderRecord
WeixinPayProxy. queryCustomsOrder(IdQuery idQuery, CustomsCity customsCity)
订单附加信息查询Order
WeixinPayProxy. queryOrder(IdQuery idQuery)
订单查询RefundRecord
WeixinPayProxy. queryRefund(IdQuery idQuery)
退款查询MerchantResult
WeixinPayProxy. reverseOrder(IdQuery idQuery)
冲正订单(需要证书) 当支付返回失败,或收银系统超时需要取消交易,可以调用该接口 接口逻辑:支 付失败的关单,支付成功的撤销支付 7天以内的单可撤销,其他正常支付的单 如需实现相同功能请调用退款接口 调用扣款接口后请勿立即调用撤销,需要等待5秒以上。先调用查单接口,如果没有确切的返回,再调用撤销 -
Uses of IdQuery in com.foxinmy.weixin4j.pay.api
Methods in com.foxinmy.weixin4j.pay.api with parameters of type IdQuery Modifier and Type Method Description RefundResult
PayApi. applyRefund(IdQuery idQuery, String outRefundNo, double totalFee)
退款申请(全额退款)RefundResult
PayApi. applyRefund(IdQuery idQuery, String outRefundNo, double totalFee, double refundFee, CurrencyType refundFeeType, String opUserId, String refundDesc, RefundAccountType refundAccountType)
申请退款(请求需要双向证书)protected Map<String,String>
MchApi. createBaseRequestMap(IdQuery idQuery)
支付接口请求基本数据CustomsOrderRecord
CustomsApi. queryCustomsOrder(IdQuery idQuery, CustomsCity customsCity)
订单附加信息查询Order
PayApi. queryOrder(IdQuery idQuery)
订单查询RefundRecord
PayApi. queryRefund(IdQuery idQuery)
退款查询MerchantResult
PayApi. reverseOrder(IdQuery idQuery)
冲正订单(需要证书) 当支付返回失败,或收银系统超时需要取消交易,可以调用该接口 接口逻辑:支 付失败的关单,支付成功的撤销支付 7天以内的单可撤销,其他正常支付的单 如需实现相同功能请调用退款接口 调用扣款接口后请勿立即调用撤销,需要等待5秒以上。先调用查单接口,如果没有确切的返回,再调用撤销
-