| 程序包 | 说明 |
|---|---|
| cn.ipokerface.weixin.proxy |
| 限定符和类型 | 方法和说明 |
|---|---|
RefundResult |
WeixinPaymentProxy.applyRefund(IdQuery idQuery,
String outRefundNo,
double totalFee)
申请退款
|
RefundResult |
PaymentProxy.applyRefund(IdQuery idQuery,
String outRefundNo,
double totalFee)
退款申请(全额退款)
|
RefundResult |
WeixinPaymentProxy.applyRefund(IdQuery idQuery,
String outRefundNo,
double totalFee,
double refundFee,
CurrencyType refundFeeType,
String opUserId,
String refundDesc,
RefundAccountType refundAccountType)
申请退款
|
RefundResult |
PaymentProxy.applyRefund(IdQuery idQuery,
String outRefundNo,
double totalFee,
double refundFee,
CurrencyType refundFeeType,
String opUserId,
String refundDesc,
RefundAccountType refundAccountType)
申请退款(请求需要双向证书)
当交易发生之后一段时间内,由于买家或者卖家的原因需要退款时,卖家可以通过退款接口将支付款退还给买家,微信支付将在收到退款请求并且验证成功之后,
按照退款规则将支付款按原路退到买家帐号上。
|
Copyright © 2019. All rights reserved.