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