# How to Complete Merchant Authorization
In completing theService Provider Account CreationAfter that, the next step is to develop the business system and the third-party platform, and after the completion of the joint test, the third-party platform can be released on the whole network. After the completion of the entire network release, the third-party platform has the basic conditions to provide services for merchants. The approximate steps are as follows:
# I. Introduction to Authorization Logic
- The basis for the service provider to provide services to the merchant is that the service provider obtains the authorization from the merchant.
- In other words, businesses need to Official Account message template Or the Mini Program is authorized to a third-party platform, and the service provider can carry out relevant operations on behalf of the merchant.
- Complete a complete authorization, the need for the cooperation of service providers and businesses, the relevant process is as follows, the operation screenshot can be viewedAuthorization and Disauthorization。
- Service provider to obtain authorization from the merchant before usingauthorizer_access_TokenJust call the interface. (Don't use the wrong token. )
# II. Operational Guidelines
# 1, the service provider to configure the permission set
- The operation path of permission set configuration is: WeChat open platform - third-party platform - details - development configuration - permission set configuration, details can be viewedHow to configure permission sets for service providers。
# 2, the service provider authorized link construction
- Details can be found at:Authorization Process Technical Notes。
# 3, the service provider authorized link processing
- After the permission set is configured, the service provider needs to construct the authorization link.
- The authorized link constructed can be placed according to the actual situation of the business to facilitate the business to complete the authorization conveniently and smoothly.
# 4, the merchant scan code authorized to the service provider
Businesses need to register under their name. Official Account message template Or after the Mini Program is authorized to the third-party platform account of the service provider, the service provider can call on behalf of the merchant. Official Account message template Or Mini Program interface to complete business development and management. Operation screenshot can be viewedAuthorization and Disauthorization。
Considerations for Delegation
- For mutually exclusive permission sets, a Official Account message template/An Mini Program can only grant a mutually exclusive set of permissions to a service providerFor non-mutually exclusive permission sets, a Official Account message template/Small programs are licensed to up to 15 service providers at the same time
- An introduction to permission sets can be viewedPermission Set Dxplaination
- For service providers, a third-party platform can be countless Official Account message template/Mini Program authorization.
- The service provider cannot unilaterally revoke the authorization, and the merchant can only revoke the authorization.