China Resident ID Match
Overview
A matching flow for businesses operating in China allowing them to validate a user's name, date of birth and resident ID number against official government records.
- ID:
china-resident-id-match - Type: eID (database)
- Verification Type: Match
- Regions: Asia
- Countries: CN
- Adoption: 1,050,000,000
- URL: https://en.wikipedia.org/wiki/Resident_Identity_Card
Integration with Trinsic
China Resident ID Match is integrated into Trinsic's identity acceptance network allowing businesses to verify individuals and businesses against the People's Republic of China's Resident ID.
- Permission required: Yes, this method requires registration before you can activate it for your users. Please contact Trinsic to begin this process.
- Cost: Contact the Trinsic team.
User Flow
China Resident ID Match requires the individual to input their resident ID, full name in Chinese, and date of birth into a form. This will be used to match the user in the database.
How to Test
When you launch the integration, enter the following user information:
- Full name: 高景峰
- Resident ID: 370305197507050714
- Date of Birth: 1975-07-05
Check the consent to share and submit.
Direct API Requirements
Direct API is not a requirement.You can integrate with this provider using the Hosted UI instead, with no additional integration requirements on your end.
What your integration must support in order to use this provider with the Direct Provider Sessions API.
- Supports Direct Provider Sessions: ✅
- Launch Method:
None— No user-facing action is required to start the flow. - Collection Method:
PollResult— Results arrive asynchronously; poll with theresultsAccessKeyreturned at session creation. - Requires Input: This provider requires input before verification can proceed.
- Trinsic-Hosted UI: A Trinsic-Hosted Fallback UI exists for this provider, which may be invoked to cover gaps in your integration's capabilities.
Outputs
Normalized AttributesThese attributes form part of our normalized model, a standardized set used across providers. Trinsic normalizes this for you and lets you know when a property is available for each provider.
| Field | Availability | Notes |
|---|---|---|
person.fullName | Always | - |
person.dateOfBirth | Always | - |
document.type | Always | - |
document.number | Always | - |
document.issuingCountry | Always | - |
match.nationalIdNumber | Always | - |
match.fullName | Always | - |
match.dateOfBirth | Always | - |
| Field | Optional | Description | Example Values |
|---|---|---|---|
fullName | Yes | The fullname of the individual in Chinese. | 陈明志 |
dateOfBirth | Yes | The birthdate of the individual. | 1980-01-31 |
residentIdNumber | Yes | The Resident ID number from the People's Republic of China (PRC) ID card. The Resident ID number is an 18-digit number follows the format (AAAAAAYYYYMMDDXXX@): - Six digits (AAAAAA) are the area code of where the person was born or the area of first issuance for those who were born before the resident system was created. - Eight digits are the birthdate of the individual in YYYYMMDD format - Three digits are the order code assigned to individual. Males are assigned odd numbers and females even numbers. - Final digit is the checksum confirming the validity of the ID number's first 17 digits using ISO 7064:1983, MOD 11-2. | 110102198001318811 |
Updated about 1 month ago
