The Personal Information Object
Property | Type | Description |
---|---|---|
date_of_birth | Date | Person’s date of birth (DD-MM-YYYY). |
document_type | String | Person’s document Type (e.g. DNI, CPF). See the documents code list per country. |
document | String | Person’s document number. See the documents list per country. |
country | String | Person’s country of residence. See the code list per country |
address | String | Person’s address. |
city | String | Person’s city. |
zip_code | String | Person’s Zip/Postal Code. |
phone_number | String | Person’s phone number. |
mothers_full_name | String | Person’s mother’s full name. |
Example Object
"personal_information": {
"date_of_birth": "12-07-1989",
"document_type": "CI",
"document": "9999999",
"country": "UY",
"address": "Dr. Luis Bonavita 1234",
"city": "Montevideo",
"zip_code": "11300",
"phone_number": "+59899314521",
"mothers_full name": "Edith Garcia"
}