Uses of Class
com.foxinmy.weixin4j.pay.payment.mch.MerchantResult
-
-
Uses of MerchantResult in com.foxinmy.weixin4j.pay
Methods in com.foxinmy.weixin4j.pay that return MerchantResult Modifier and Type Method Description MerchantResult
WeixinPayProxy. closeOrder(String outTradeNo)
关闭订单MerchantResult
WeixinPayProxy. reverseOrder(IdQuery idQuery)
冲正订单(需要证书) 当支付返回失败,或收银系统超时需要取消交易,可以调用该接口 接口逻辑:支 付失败的关单,支付成功的撤销支付 7天以内的单可撤销,其他正常支付的单 如需实现相同功能请调用退款接口 调用扣款接口后请勿立即调用撤销,需要等待5秒以上。先调用查单接口,如果没有确切的返回,再调用撤销 -
Uses of MerchantResult in com.foxinmy.weixin4j.pay.api
Methods in com.foxinmy.weixin4j.pay.api with type parameters of type MerchantResult Modifier and Type Method Description protected <T extends MerchantResult>
voidMchApi. declareMerchant(T merchant)
设置商户信息Methods in com.foxinmy.weixin4j.pay.api that return MerchantResult Modifier and Type Method Description MerchantResult
PayApi. closeOrder(String outTradeNo)
关闭订单MerchantResult
PayApi. reverseOrder(IdQuery idQuery)
冲正订单(需要证书) 当支付返回失败,或收银系统超时需要取消交易,可以调用该接口 接口逻辑:支 付失败的关单,支付成功的撤销支付 7天以内的单可撤销,其他正常支付的单 如需实现相同功能请调用退款接口 调用扣款接口后请勿立即调用撤销,需要等待5秒以上。先调用查单接口,如果没有确切的返回,再调用撤销 -
Uses of MerchantResult in com.foxinmy.weixin4j.pay.payment
Subclasses of MerchantResult in com.foxinmy.weixin4j.pay.payment Modifier and Type Class Description class
PayPackage
订单信息 -
Uses of MerchantResult in com.foxinmy.weixin4j.pay.payment.coupon
Subclasses of MerchantResult in com.foxinmy.weixin4j.pay.payment.coupon Modifier and Type Class Description class
CouponDetail
代金券详细class
CouponResult
代金券发放结果class
CouponStock
代金券信息 -
Uses of MerchantResult in com.foxinmy.weixin4j.pay.payment.face
Subclasses of MerchantResult in com.foxinmy.weixin4j.pay.payment.face Modifier and Type Class Description class
PayfaceAuthinfo
微信刷脸支付交互流程--获取调用凭证(get_wxpayface_authinfo)接口响应结果 -
Uses of MerchantResult in com.foxinmy.weixin4j.pay.payment.mch
Subclasses of MerchantResult in com.foxinmy.weixin4j.pay.payment.mch Modifier and Type Class Description class
CorpPayment
企业付款class
CorpPaymentRecord
企业付款记录class
CorpPaymentResult
企业付款结果class
CustomsOrder
报关对象class
CustomsOrderRecord
报关记录class
CustomsOrderResult
报关结果class
MchPayPackage
支付订单详情class
MerchantTradeResult
商户平台交易结果class
MICROPayRequest
MICROPAY刷卡支付class
NativePayNotify
Native支付回调时POST的信息class
NativePayResponse
Native支付时的回调响应class
OpenIdResult
authcode2openidclass
Order
订单信息class
PrePay
V3预订单信息class
Redpacket
红包class
RedpacketSendResult
发送红包结果class
RefundRecord
退款记录class
RefundResult
退款申请结果class
SettlementRecord
结算资金 -
Uses of MerchantResult in com.foxinmy.weixin4j.pay.profitsharing
Subclasses of MerchantResult in com.foxinmy.weixin4j.pay.profitsharing Modifier and Type Class Description class
ProfitSharingRequest
单次分帐的请求内容class
ProfitSharingResult
单次分帐返回结果class
ProfitSharingReturnRequest
分帐回退API请求内容class
ProfitSharingReturnResult
分帐回退/回退查询返回内容class
ReceiverRequest
分帐方添加及删除的API请求class
ReceiverResult
微信支付-服务商分帐接口-分帐接收方API返回结果
-