public class PartnerPayScoreServiceImpl extends Object implements PartnerPayScoreService
构造器和说明 |
---|
PartnerPayScoreServiceImpl() |
public WxPartnerPayScoreResult permissions(WxPartnerPayScoreRequest request) throws WxPayException
PartnerPayScoreService
permissions
在接口中 PartnerPayScoreService
request
- WxPartnerPayScoreRequest
请求对象WxPayException
- the wx pay exceptionpublic WxPartnerPayScoreResult permissionsQueryByAuthorizationCode(String serviceId, String subMchid, String authorizationCode) throws WxPayException
PartnerPayScoreService
permissionsQueryByAuthorizationCode
在接口中 PartnerPayScoreService
serviceId
- 服务idsubMchid
- 特约子商户号authorizationCode
- 授权协议号WxPayException
- the wx pay exceptionpublic WxPartnerPayScoreResult permissionsTerminateByAuthorizationCode(String serviceId, String subMchid, String authorizationCode, String reason) throws WxPayException
PartnerPayScoreService
permissionsTerminateByAuthorizationCode
在接口中 PartnerPayScoreService
serviceId
- 服务idsubMchid
- 特约子商户号authorizationCode
- 授权协议号reason
- 撤销原因WxPayException
- the wx pay exceptionpublic WxPartnerPayScoreResult permissionsQueryByOpenId(String serviceId, String appId, String subMchid, String subAppid, String openId, String subOpenid) throws WxPayException
PartnerPayScoreService
permissionsQueryByOpenId
在接口中 PartnerPayScoreService
serviceId
- 服务idappId
- 服务商的公众号IDsubMchid
- 特约子商户号subAppid
- 子商户的公众号IDopenId
- 服务商的用户标识subOpenid
- 子商户的用户标识WxPayException
- the wx pay exceptionpublic WxPartnerPayScoreResult permissionsTerminateByOpenId(String serviceId, String appId, String subMchid, String subAppid, String openId, String subOpenid, String reason) throws WxPayException
PartnerPayScoreService
permissionsTerminateByOpenId
在接口中 PartnerPayScoreService
serviceId
- 服务idappId
- 服务商的公众号IDsubMchid
- 特约子商户号subAppid
- 子商户的公众号IDopenId
- 服务商的用户标识subOpenid
- 子商户的用户标识reason
- 取消理由WxPayException
- the wx pay exceptionpublic WxPartnerPayScoreResult createServiceOrder(WxPartnerPayScoreRequest request) throws WxPayException
PartnerPayScoreService
createServiceOrder
在接口中 PartnerPayScoreService
request
- 请求对象WxPayException
- the wx pay exceptionpublic WxPartnerPayScoreResult queryServiceOrder(String serviceId, String subMchid, String outOrderNo, String queryId) throws WxPayException
PartnerPayScoreService
queryServiceOrder
在接口中 PartnerPayScoreService
serviceId
- 服务IDsubMchid
- 子商户商户号outOrderNo
- 商户订单号queryId
- 单据查询IDWxPayException
- the wx pay exceptionpublic WxPartnerPayScoreResult cancelServiceOrder(String serviceId, String appId, String subMchid, String outOrderNo, String reason) throws WxPayException
PartnerPayScoreService
cancelServiceOrder
在接口中 PartnerPayScoreService
serviceId
- 服务IDsubMchid
- 子商户商户号outOrderNo
- 商户订单号reason
- 撤销原因WxPayException
- the wx pay exceptionpublic WxPartnerPayScoreResult modifyServiceOrder(WxPartnerPayScoreRequest request) throws WxPayException
PartnerPayScoreService
modifyServiceOrder
在接口中 PartnerPayScoreService
request
- the requestWxPayException
- the wx pay exceptionpublic void completeServiceOrder(WxPartnerPayScoreRequest request) throws WxPayException
PartnerPayScoreService
completeServiceOrder
在接口中 PartnerPayScoreService
request
- the requestWxPayException
- the wx pay exceptionpublic WxPartnerPayScoreResult payServiceOrder(String serviceId, String appId, String subMchid, String outOrderNo) throws WxPayException
PartnerPayScoreService
payServiceOrder
在接口中 PartnerPayScoreService
serviceId
- 服务IDsubMchid
- 子商户商户号outOrderNo
- 商户订单号WxPayException
- the wx pay exceptionpublic WxPartnerPayScoreResult syncServiceOrder(WxPartnerPayScoreRequest request) throws WxPayException
PartnerPayScoreService
syncServiceOrder
在接口中 PartnerPayScoreService
request
- 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
在接口中 PartnerPayScoreService
request
- 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
在接口中 PartnerPayScoreService
outApplyNo
- 商户申请绑定单号WxPayException
- the wx pay exceptionpublic WxPartnerUserAuthorizationStatusNotifyResult parseUserAuthorizationStatusNotifyResult(String notifyData, SignatureHeader header) throws WxPayException
PartnerPayScoreService
parseUserAuthorizationStatusNotifyResult
在接口中 PartnerPayScoreService
notifyData
- 通知数据header
- 通知头部数据,不传则表示不校验头WxPayException
- the wx pay exceptionpublic PayScoreNotifyData parseNotifyData(String data, SignatureHeader header) throws WxPayException
PartnerPayScoreService
parseNotifyData
在接口中 PartnerPayScoreService
data
- the dataWxPayException
public WxPartnerPayScoreResult decryptNotifyDataResource(PayScoreNotifyData data) throws WxPayException
PartnerPayScoreService
decryptNotifyDataResource
在接口中 PartnerPayScoreService
data
- the dataWxPayException
- the wx pay exceptionCopyright © 2023. All rights reserved.