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: 1. identity_card 2. passport 3. driving_licence 4. birth_certificate 5. UMID 6. voter_card 7. tin_card 8. social_security_card 9. PRC 10. Postal 11. PhilID 12. Pag_IBIG 13. PhilHealth 14. others |
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"
}