Identity Information and Validity Period Verification API
POSThttps://api.acedata.cloud/identity/idcard/check-2e

This API can be used to verify the authenticity and consistency of names, ID card numbers, and ID card validity periods.

Request Headers

acceptstring
Specify the response format returned by the server.
Please select
authorizationstring
Bearer token

Request Body

namestringRequired parameter
Name.
id_cardstringRequired parameter
The ID card number, along with the name (`name`), is required to be passed as a mandatory parameter.
validity_endstringRequired parameter
The expiration date of the ID card, format: YYYYMMDD; use `00000000` to indicate long-term validity.
validity_beginstringRequired parameter
The start date of the ID card validity period, format: YYYYMMDD.
encryptionarray
Sensitive data encryption information list.

Response

Identity Authentication
Allow Use General Balance

When 'Allow General Balance' is enabled, the general balance is used automatically if an app's balance is insufficient.

Shell

Python

JavaScript

Java

Go

PHP

Kind reminder: For streaming requests, the above code may not be fully applicable. Please refer to the integration documentation for changes.