|
3 주 전 | |
---|---|---|
.. | ||
AuthType.md | 3 주 전 | |
AuthenticationEntity.md | 3 주 전 | |
AuthenticationScene.md | 3 주 전 | |
AuthenticationState.md | 3 주 전 | |
AuthenticationType.md | 3 주 전 | |
AuthenticationsApi.md | 3 주 전 | |
BusinessType.md | 3 주 전 | |
CreateTokenRequest.md | 3 주 전 | |
CreateTransferBatchRequest.md | 3 주 전 | |
EmploymentScene.md | 3 주 전 | |
EmploymentType.md | 3 주 전 | |
GetAuthenticationRequest.md | 3 주 전 | |
GetRelationRequest.md | 3 주 전 | |
ListAuthenticationsRequest.md | 3 주 전 | |
ListAuthenticationsResponse.md | 3 주 전 | |
PayrollCardRegisterState.md | 3 주 전 | |
PreOrderAuthenticationRequest.md | 3 주 전 | |
PreOrderAuthenticationResponse.md | 3 주 전 | |
PreOrderAuthenticationWithAuthRequest.md | 3 주 전 | |
PreOrderAuthenticationWithAuthResponse.md | 3 주 전 | |
README.md | 3 주 전 | |
RelationEntity.md | 3 주 전 | |
RelationsApi.md | 3 주 전 | |
TokenEntity.md | 3 주 전 | |
TokensApi.md | 3 주 전 | |
TransferBatchApi.md | 3 주 전 | |
TransferBatchEntity.md | 3 주 전 | |
TransferDetailInput.md | 3 주 전 |
服务商通过本API文档提供的接口,查询商户和微工卡的授权关系、生成预授权的token口令、核身预下单、核身结果的查询等。
本 SDK 由 WechatPay APIv3 SDK 生成器生成。生成器基于 OpenAPI Generator 构建。
所有URI均基于微信支付 API 地址:https://api.mch.weixin.qq.com
服务名 | 方法名 | HTTP 请求 | 描述 |
---|---|---|---|
AuthenticationsApi | GetAuthentication | Get /v3/payroll-card/authentications/{authenticate_number} | 获取核身结果 |
AuthenticationsApi | ListAuthentications | Get /v3/payroll-card/authentications | 查询核身记录 |
AuthenticationsApi | PreOrderAuthentication | Post /v3/payroll-card/authentications/pre-order | 微工卡核身预下单 |
AuthenticationsApi | PreOrderAuthenticationWithAuth | Post /v3/payroll-card/authentications/pre-order-with-auth | 微工卡核身预下单(流程中完成授权) |
RelationsApi | GetRelation | Get /v3/payroll-card/relations/{openid} | 查询微工卡授权关系 |
TokensApi | CreateToken | Post /v3/payroll-card/tokens | 生成授权token |
TransferBatchApi | CreateTransferBatch | Post /v3/payroll-card/transfer-batches | 发起批量转账 |