Detailed mobile phone number three-element verification
This API performs a detailed 3-element verification. It checks that a provided mobile phone number is consistent with its corresponding name and ID number.
API information
Before calling this API, read the integration process and activate the service.
API name: Mobile3MetaDetailVerify
Description: Verifies the authenticity and consistency of a provided mobile phone number, name, and ID number against an authoritative data source. If the information is inconsistent, the API returns the reason for the mismatch.
QPS limit: This API has a dedicated QPS limit. For more information, see QPS limits for identity verification APIs.
Service address (API endpoint):
Region
IPv4
IPv6
common
cloudauth.aliyuncs.com
cloudauth-dualstack.aliyuncs.com
China (Beijing)
cloudauth.cn-beijing.aliyuncs.com
cloudauth-dualstack.cn-beijing.aliyuncs.com
China (Shanghai)
cloudauth.cn-shanghai.aliyuncs.com
cloudauth-dualstack.cn-shanghai.aliyuncs.com
NoteTo reduce latency, select an endpoint that is geographically close to your servers.
You can also create a list of endpoints and poll them in rotation to improve availability.
ImportantThe Information Verification Service does not support a hard cap on call volume or automatic deactivation. To control costs and prevent high bills, configure spending alert rules after you integrate the service:
Configure spending alerts: Set a spending alert rule (Set high-spending alerts) to monitor your bills in real time.
Monitor data transfer plan balance: If you purchased a data transfer plan, also monitor its balance (Configure remaining quota alerts) to add resources or adjust your call policy promptly.
Request parameters
Parameter | Type | Required | Description | Example |
ParamType | String | Yes | The encryption method. Valid values:
| normal |
IdentifyNum | String | Yes | The ID number. Note Only ID numbers from Resident Identity Card and Residence Permit for Hong Kong, Macao, and Taiwan residents are supported.
|
|
UserName | String | Yes | The name.
|
|
Mobile | String | Yes | The mobile phone number.
|
|
Response parameters
Parameter | Type | Description | Example | |
RequestId | String | The request ID. | 130A2C10-B9EE-4D84-88E3-5384FF039795 | |
Message | String | The response message. | success | |
Code | String | The return code. A value of 200 indicates a successful call. Other values indicate a failed call. Important
| 200 | |
ResultObject
| BizCode | String | The verification result:
| 2 |
SubCode | String | The detailed verification result:
| 201 | |
IspName | String | The carrier:
| CMCC | |
SDK call examples
Before you integrate, read the integration process, activate the service, and get an AccessKey and configure the environment variables.
OpenAPI Explorer: Debug the API online and get SDK examples.
Sample code project: Provides reference projects for calling the SDK in various programming languages.

