public class PartnerPayScoreServiceImpl extends Object implements PartnerPayScoreService
| 构造器和说明 |
|---|
PartnerPayScoreServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
WxPartnerPayScoreResult |
applyServiceAccount(WxPartnerPayScoreRequest request)
收付通子商户申请绑定支付分服务API.
|
WxPartnerPayScoreResult |
cancelServiceOrder(String serviceId,
String appId,
String subMchid,
String outOrderNo,
String reason)
支付分取消订单API.
|
void |
completeServiceOrder(WxPartnerPayScoreRequest request)
支付分完结订单API.
|
WxPartnerPayScoreResult |
createServiceOrder(WxPartnerPayScoreRequest request)
支付分创建订单API.
|
WxPartnerPayScoreResult |
decryptNotifyDataResource(PayScoreNotifyData data)
支付分回调NotifyData解密resource
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter5_2.shtml
|
WxPartnerPayScoreResult |
modifyServiceOrder(WxPartnerPayScoreRequest request)
支付分修改订单金额API.
|
PayScoreNotifyData |
parseNotifyData(String data,
SignatureHeader header)
支付分回调内容解析方法
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter5_2.shtml
|
UserAuthorizationStatusNotifyResult |
parseUserAuthorizationStatusNotifyResult(String notifyData,
SignatureHeader header)
授权/解除授权服务回调数据处理
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter4_4.shtml
|
WxPartnerPayScoreResult |
payServiceOrder(String serviceId,
String appId,
String subMchid,
String outOrderNo)
商户发起催收扣款API.
|
WxPartnerPayScoreResult |
permissions(WxPartnerPayScoreRequest request)
支付分商户预授权API
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore_partner/chapter5_1.shtml
接口链接:https://api.mch.weixin.qq.com/v3/payscore/partner/permissions
|
WxPartnerPayScoreResult |
permissionsQueryByAuthorizationCode(String serviceId,
String subMchid,
String authorizationCode)
支付分查询与用户授权记录(授权协议号)API
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore_partner/chapter5_2.shtml
接口链接:https://api.mch.weixin.qq.com/v3/payscore/partner/permissions/authorization-code/{authorization_code}
|
WxPartnerPayScoreResult |
permissionsQueryByOpenId(String serviceId,
String appId,
String subMchid,
String subAppid,
String openId,
String subOpenid)
支付分查询与用户授权记录(openid)API
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore_partner/chapter5_3.shtml
接口链接:https://api.mch.weixin.qq.com/v3/payscore/partner/permissions/search
|
WxPartnerPayScoreResult |
permissionsTerminateByAuthorizationCode(String serviceId,
String subMchid,
String authorizationCode,
String reason)
解除用户授权关系(授权协议号)API
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore_partner/chapter5_4.shtml
接口链接:https://api.mch.weixin.qq.com/v3/payscore/partner/permissions/authorization-code/{authorization_code}/terminate
|
WxPartnerPayScoreResult |
permissionsTerminateByOpenId(String serviceId,
String appId,
String subMchid,
String subAppid,
String openId,
String subOpenid,
String reason)
解除用户授权关系(openid)API
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore_partner/chapter5_5.shtml
接口链接:https://api.mch.weixin.qq.com/v3/payscore/partner/permissions/openid/{openid}/terminate
|
WxPartnerPayScoreResult |
queryServiceAccountState(String outApplyNo)
查询收付通子商户服务绑定结果API.
|
WxPartnerPayScoreResult |
queryServiceOrder(String serviceId,
String subMchid,
String outOrderNo,
String queryId)
支付分查询订单API.
|
WxPartnerPayScoreResult |
syncServiceOrder(WxPartnerPayScoreRequest request)
支付分订单收款API.
|
public WxPartnerPayScoreResult permissions(WxPartnerPayScoreRequest request) throws WxPayException
PartnerPayScoreService支付分商户预授权API 文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore_partner/chapter5_1.shtml 接口链接:https://api.mch.weixin.qq.com/v3/payscore/partner/permissions
permissions 在接口中 PartnerPayScoreServicerequest - 请求对象WxPayException - the wx pay exceptionpublic WxPartnerPayScoreResult permissionsQueryByAuthorizationCode(String serviceId, String subMchid, String authorizationCode) throws WxPayException
PartnerPayScoreService
支付分查询与用户授权记录(授权协议号)API
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore_partner/chapter5_2.shtml
接口链接:https://api.mch.weixin.qq.com/v3/payscore/partner/permissions/authorization-code/{authorization_code}
permissionsQueryByAuthorizationCode 在接口中 PartnerPayScoreServiceWxPayException - the wx pay exceptionpublic WxPartnerPayScoreResult permissionsTerminateByAuthorizationCode(String serviceId, String subMchid, String authorizationCode, String reason) throws WxPayException
PartnerPayScoreService
解除用户授权关系(授权协议号)API
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore_partner/chapter5_4.shtml
接口链接:https://api.mch.weixin.qq.com/v3/payscore/partner/permissions/authorization-code/{authorization_code}/terminate
permissionsTerminateByAuthorizationCode 在接口中 PartnerPayScoreServiceWxPayException - the wx pay exceptionpublic WxPartnerPayScoreResult permissionsQueryByOpenId(String serviceId, String appId, String subMchid, String subAppid, String openId, String subOpenid) throws WxPayException
PartnerPayScoreService支付分查询与用户授权记录(openid)API 文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore_partner/chapter5_3.shtml 接口链接:https://api.mch.weixin.qq.com/v3/payscore/partner/permissions/search
permissionsQueryByOpenId 在接口中 PartnerPayScoreServiceWxPayException - the wx pay exceptionpublic WxPartnerPayScoreResult permissionsTerminateByOpenId(String serviceId, String appId, String subMchid, String subAppid, String openId, String subOpenid, String reason) throws WxPayException
PartnerPayScoreService
解除用户授权关系(openid)API
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore_partner/chapter5_5.shtml
接口链接:https://api.mch.weixin.qq.com/v3/payscore/partner/permissions/openid/{openid}/terminate
permissionsTerminateByOpenId 在接口中 PartnerPayScoreServiceWxPayException - the wx pay exceptionpublic WxPartnerPayScoreResult createServiceOrder(WxPartnerPayScoreRequest request) throws WxPayException
PartnerPayScoreService支付分创建订单API. 文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore_partner/chapter3_1.shtml 接口链接:https://api.mch.weixin.qq.com/v3/payscore/partner/serviceorder
createServiceOrder 在接口中 PartnerPayScoreServicerequest - 请求对象WxPayException - the wx pay exceptionpublic WxPartnerPayScoreResult queryServiceOrder(String serviceId, String subMchid, String outOrderNo, String queryId) throws WxPayException
PartnerPayScoreService支付分查询订单API. 文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore_partner/chapter3_2.shtml 接口链接:https://api.mch.weixin.qq.com/v3/payscore/partner/serviceorder
queryServiceOrder 在接口中 PartnerPayScoreServiceoutOrderNo - the out order noqueryId - the query idWxPayException - the wx pay exceptionpublic WxPartnerPayScoreResult cancelServiceOrder(String serviceId, String appId, String subMchid, String outOrderNo, String reason) throws WxPayException
PartnerPayScoreService
支付分取消订单API.
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore_partner/chapter3_3.shtml
接口链接:https://api.mch.weixin.qq.com/v3/payscore/partner/serviceorder/{out_order_no}/cancel
cancelServiceOrder 在接口中 PartnerPayScoreServiceoutOrderNo - the out order noreason - the reasonWxPayException - the wx pay exceptionpublic WxPartnerPayScoreResult modifyServiceOrder(WxPartnerPayScoreRequest request) throws WxPayException
PartnerPayScoreService
支付分修改订单金额API.
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore_partner/chapter3_4.shtml
接口链接:https://api.mch.weixin.qq.com/v3/payscore/partner/serviceorder/{out_order_no}/modify
modifyServiceOrder 在接口中 PartnerPayScoreServicerequest - the requestWxPayException - the wx pay exceptionpublic void completeServiceOrder(WxPartnerPayScoreRequest request) throws WxPayException
PartnerPayScoreService
支付分完结订单API.
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore_partner/chapter3_5.shtml
请求URL:https://api.mch.weixin.qq.com/v3/payscore/partner/serviceorder/{out_order_no}/complete
completeServiceOrder 在接口中 PartnerPayScoreServicerequest - the requestWxPayException - the wx pay exceptionpublic WxPartnerPayScoreResult payServiceOrder(String serviceId, String appId, String subMchid, String outOrderNo) throws WxPayException
PartnerPayScoreService
商户发起催收扣款API.
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore_partner/chapter3_6.shtml
请求URL:https://api.mch.weixin.qq.com/v3/payscore/partner/serviceorder/{out_order_no}/pay
payServiceOrder 在接口中 PartnerPayScoreServiceoutOrderNo - the out order noWxPayException - the wx pay exceptionpublic WxPartnerPayScoreResult syncServiceOrder(WxPartnerPayScoreRequest request) throws WxPayException
PartnerPayScoreService
支付分订单收款API.
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore_partner/chapter3_7.shtml
请求URL: https://api.mch.weixin.qq.com/v3/payscore/partner/serviceorder/{out_order_no}/sync
syncServiceOrder 在接口中 PartnerPayScoreServicerequest - the requestWxPayException - the wx pay exceptionpublic WxPartnerPayScoreResult applyServiceAccount(WxPartnerPayScoreRequest request) throws WxPayException
PartnerPayScoreService收付通子商户申请绑定支付分服务API. 文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore_partner/chapter9_1.shtml 请求URL: https://api.mch.weixin.qq.com/v3/payscore/partner/service-account-applications
applyServiceAccount 在接口中 PartnerPayScoreServicerequest - the requestWxPayException - the wx pay exceptionpublic WxPartnerPayScoreResult queryServiceAccountState(String outApplyNo) throws WxPayException
PartnerPayScoreService
查询收付通子商户服务绑定结果API.
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore_partner/chapter9_2.shtml
请求URL: https://api.mch.weixin.qq.com/v3/payscore/partner/service-account-applications/{out_apply_no}
queryServiceAccountState 在接口中 PartnerPayScoreServiceoutApplyNo - 商户申请绑定单号WxPayException - the wx pay exceptionpublic UserAuthorizationStatusNotifyResult parseUserAuthorizationStatusNotifyResult(String notifyData, SignatureHeader header) throws WxPayException
PartnerPayScoreService授权/解除授权服务回调数据处理 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter4_4.shtml
parseUserAuthorizationStatusNotifyResult 在接口中 PartnerPayScoreServicenotifyData - 通知数据header - 通知头部数据,不传则表示不校验头WxPayException - the wx pay exceptionpublic PayScoreNotifyData parseNotifyData(String data, SignatureHeader header) throws WxPayException
PartnerPayScoreService支付分回调内容解析方法 文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter5_2.shtml
parseNotifyData 在接口中 PartnerPayScoreServicedata - the dataWxPayExceptionpublic WxPartnerPayScoreResult decryptNotifyDataResource(PayScoreNotifyData data) throws WxPayException
PartnerPayScoreService支付分回调NotifyData解密resource 文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter5_2.shtml
decryptNotifyDataResource 在接口中 PartnerPayScoreServicedata - the dataWxPayException - the wx pay exceptionCopyright © 2022. All rights reserved.