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