ID Information
Data Type: ID
| Parameter | Type | Description | Required/Optional | Notes | 
|---|---|---|---|---|
| id_country | String | Country | Required | 2-letter country code according to ISO 3166 | 
| id_type | String | ID type | Required | Enumeration: 
 | 
| id_number | String | ID number | Required | |
| valid_date | String | Valid Date | Optional(recommended) | Format: YYYY-MM-DD ,example: 1998-01-01 | 
{
  "id_country": “CN”,
  "id_type": "passport",
  "id_number": "G402*****",
  "valid_date": "2028-01-01"
 }