| 程序包 | 说明 |
|---|---|
| org.thlws.payment.wechat.core | |
| org.thlws.payment.wechat.portal.client |
| 限定符和类型 | 方法和说明 |
|---|---|
static WechatRefundOutput |
WechatCore.refund(WechatRefundInput data,
String apiKey,
String p12FilePath)
微信退款,必须指定p12文件路径,否则无法完成退款动作,目前已知退款和撤销接口需要提供p12文件
使用该接口注意事项 交易时间超过一年的订单无法提交退款; 微信支付退款支持单笔交易分多次退款,多次退款需要提交原支付订单的商户订单号和设置不同的退款单号。 |
| 限定符和类型 | 方法和说明 |
|---|---|
static WechatRefundOutput |
WechatClient.refund(WechatRefundInput data,
String apiKey,
String p12FilePath)
Refund wechat refund output.
|
Copyright © 2018. All rights reserved.