ID Verification - KYC provides a web SDK that you can use to implement remote electronic Know Your Customer (eKYC) verification in your browser or within WebView. This topic describes the integration of ID Verification by using a PC or mobile H5 pages.
Description
Alibaba Cloud provides SDKs for multiple programming languages, including Java, C#, Go, Python, Node.js, TypeScript, PHP, and C++. You can call ID Verification - KYC API operations by using the SDKs that are integrated into your applications. The SDKs encapsulate various information, including the data signing logic, timeout mechanism, and retry mechanism. The SDKs return structured response objects based on specifications, which facilitates development.
If the existing methods for calling SDKs cannot meet your business requirements, you can send HTTP or HTTPS requests to call ID Verification - KYC API operations. When you construct requests to call Alibaba Cloud API operations, you must sign the requests. Alibaba Cloud SDKs provide the algorithm for signing API requests. For more information, see API signatures.
Procedure
Activate ID Verification. For more information, see Activate ID Verification - KYC.
Connect to a PC or mobile H5 web authentication solution.
Call the server initialization operation to obtain the verification URL. For more information, see Initialize.
Integrate the verification URL with your client. For more information, see Integration by using a PC or mobile H5 pages.
Call the server query operation CheckResult.
After you complete the verification, you can call this operation to obtain the verification status and verification information. For more information, see CheckResult.