Chile
With just the number of a government issued ID, we can fetch all the information from the official government databases.
National ID (RUT or RUN Number)
{
"template_id" : "{{YOUR_TEMPLATE_ID}}",
"user_data": {
"identity": {
"identity_country_code": "CL",
"identity_number_type": "NATIONAL_ID",
"identity_number": "{{Valid_RUT_Number}}"
},
}
}
Updated about 2 months ago