public interface PayrollService
限定符和类型 | 方法和说明 |
---|---|
WxPayApplyBillV3Result |
merchantFundWithdrawBillType(String billType,
String billDate,
String tarType)
按日下载提现异常文件API
适用对象:服务商
请求URL:https://api.mch.weixin.qq.com/v3/merchant/fund/withdraw/bill-type/{bill_type}
请求方式:GET
|
AuthRecordResult |
payrollCardAuthentications(AuthRecordRequest request)
查询核身记录API
适用对象:服务商
请求URL:https://api.mch.weixin.qq.com/v3/payroll-card/authentications
请求方式:GET
|
AuthenticationsResult |
payrollCardAuthenticationsNumber(String subMchid,
String authenticateNumber)
获取核身结果API
适用对象:服务商
请求URL:https://api.mch.weixin.qq.com/v3/payroll-card/authentications/{authenticate_number}
请求方式:GET
|
PreOrderResult |
payrollCardPreOrder(PreOrderRequest request)
微工卡核身预下单API
适用对象:服务商
请求URL:https://api.mch.weixin.qq.com/v3/payroll-card/authentications/pre-order
请求方式:POST
|
PreOrderWithAuthResult |
payrollCardPreOrderWithAuth(PreOrderWithAuthRequest request)
微工卡核身预下单(流程中完成授权)
适用对象:服务商
请求URL:https://api.mch.weixin.qq.com/v3/payroll-card/authentications/pre-order-with-auth
请求方式:POST
|
RelationsResult |
payrollCardRelations(RelationsRequest request)
查询微工卡授权关系API
适用对象:服务商
请求URL:https://api.mch.weixin.qq.com/v3/payroll-card/relations/{openid}
请求方式:GET
|
TokensResult |
payrollCardTokens(TokensRequest request)
生成授权token
适用对象:服务商
请求URL:https://api.mch.weixin.qq.com/v3/payroll-card/tokens
请求方式:POST
|
TokensResult payrollCardTokens(TokensRequest request) throws WxPayException
request
- 请求参数WxPayException
- the wx pay exceptionRelationsResult payrollCardRelations(RelationsRequest request) throws WxPayException
request
- 请求参数WxPayException
- the wx pay exceptionPreOrderResult payrollCardPreOrder(PreOrderRequest request) throws WxPayException
request
- 请求参数WxPayException
- the wx pay exceptionAuthenticationsResult payrollCardAuthenticationsNumber(String subMchid, String authenticateNumber) throws WxPayException
subMchid
- 子商户号authenticateNumber
- 商家核身单号WxPayException
- the wx pay exceptionAuthRecordResult payrollCardAuthentications(AuthRecordRequest request) throws WxPayException
request
- 请求参数WxPayException
- the wx pay exceptionPreOrderWithAuthResult payrollCardPreOrderWithAuth(PreOrderWithAuthRequest request) throws WxPayException
request
- 请求参数WxPayException
- the wx pay exceptionWxPayApplyBillV3Result merchantFundWithdrawBillType(String billType, String billDate, String tarType) throws WxPayException
billType
- 账单类型
NO_SUCC:提现异常账单,包括提现失败和提现退票账单。
示例值:NO_SUCCbillDate
- 账单日期 表示所在日期的提现账单,格式为YYYY-MM-DD。
例如:2008-01-01日发起的提现,2008-01-03日银行返回提现失败,则该提现数据将出现在bill_date为2008-01-03日的账单中。
示例值:2019-08-17WxPayException
- the wx pay exceptionCopyright © 2023. All rights reserved.