Integration process

Updated at:

To use the information verification APIs, you must first activate and purchase the service.

  1. Activate the information verification service and obtain an AccessKey. For details, see Activate information verification.

  2. Purchase a resource plan for the information verification service. For instructions, see Purchase information verification.

  3. You must use an SDK to call all APIs for the information verification service. The following sections explain how to install the SDK and use the API documentation.

    Go to the SDK installation page, select the SDK for your preferred language, then install it with a package manager or download it to use as a local dependency.

    This example uses the Java language.

    The SDK is published at https://mvnrepository.com/artifact/com.aliyun/cloudauth20221125/1.2.0, and the source code repository is at https://github.com/aliyun/alibabacloud-java-sdk/tree/master/cloudauth-20221125. To install with Apache Maven, add a dependency with the groupId com.aliyun, artifactId cloudauth20221125, and version 1.2.0.

    OpenAPI Explorer is an online API debugging tool provided by Alibaba Cloud. You can use your Alibaba Cloud account to debug APIs directly on the platform.

    In the left-side navigation pane of OpenAPI Explorer, search for and select the EntElementVerify API. In the parameter configuration section, fill in request parameters such as SceneCode, MerchantBizId, MerchantUserId, UserAuthorization, InfoVerifyType, LicenseNo, and EntName. Click Initiate Call, then view the result on the Call Result tab on the right.

    The method name in the API reference is the method you call in the SDK.

    Take the EntElementVerify API as an example. In the Basic information section of its documentation, you can find the API name, the service endpoint (cloudauth.aliyuncs.com), the request method (POST and GET), the transport protocol (HTTPS), and a description of the API.

  4. Once you are familiar with the SDK, OpenAPI Explorer, and API documentation, choose a product solution from the list below to meet your business requirements.