DocDatabaseDetail
DocDatabaseDetail
Field | Description |
|---|---|
bvn |
|
numberValue |
|
numberTypeInfo |
|
firstName |
|
middleName |
|
lastName |
|
fullName |
|
gender |
|
birthday |
|
phoneNumber |
|
phoneNumber2 |
|
| |
verification |
|
aadhaarDetail |
|
panDetail |
|
cpfStatus |
|
motherName |
|
address |
|
Examples
{
"bvn": "22********4",
"numberValue": "22********4",
"numberTypeInfo": {
"numberType": "NG_BVN",
"region": "NGA"
},
"firstName": "T****E",
"middleName": "C****T",
"lastName": "I***A",
"gender": "FEMALE",
"birthday": "1994/07/13",
"phoneNumber": "081******05",
"phoneNumber2": "",
"email": null,
"verification": {
"numberValue": null,
"fullName": null,
"dob": null,
"face": null
}
}{
"bvn": null,
"nin": null,
"numberValue": "************0005",
"numberTypeInfo": {
"numberType": "ID_NIK",
"region": "IDN"
},
"firstName": null,
"middleName": null,
"lastName": null,
"fullName": "R**** I**********",
"gender": "FEMALE",
"birthday": "1976/**/**",
"phoneNumber": "+62*******4455",
"phoneNumber2": null,
"email": "w*****c@***.com",
"verification": {
"numberValue": "pass",
"fullName": "fail",
"dob": "fail",
"face": "fail"
}
}{
"numberTypeInfo": {
"numberType": "IN_AADHAAR_PAN",
"region": "IND"
},
"aadhaarDetail": {
"maskedAadhaar": "22********4",
"fullName": "",
"gender": "FEMALE",
"birthday": "1994/07/13",
"address": {
"country": "India",
"dist": "New Delhi",
"state": "Delhi",
"po": "Connaught Place",
"house": "12B",
"loc": "Central Delhi",
"vtc": "Connaught Place",
"subdist": "New Delhi",
"street": "Main Road",
"landmark": "Near Metro Station"
}
},
"panDetail": {
"pan": "",
"fullName": "",
"gender": "FEMALE",
"birthday": "1994/07/13",
"aadhaarLinked": true/false/null
}
}{
"numberValue": "078.734.383-84",
"numberTypeInfo": {
"numberType": "BR_CPF",
"region": "BRA"
},
"fullName": "GLEICIANE RODRIGUES DA SILVA",
"gender": "FEMALE",
"birthday": "1999/12/26",
"cpfStatus": "Regular",
"motherName": "ALDAIZA RODRIGUES DA SILVA",
"address": {
"number": "SN",
"city": "ARACOIABA",
"street": "COMENDADOR EUGENIO CASTRO SILVA",
"postalCode": "62750000",
"neighborhood": "CENTRO",
"state": "CE",
"type": "residential"
},
"verification": {
"numberValue": null,
"fullName": null,
"dob": null,
"face": "pass"
}
}DocDatabaseDetail.numberTypeInfo
| Field | Description |
|---|---|
| region | Refer to Supported Regions & NumberTypes |
| numberType | Refer to Supported Regions & NumberTypes |
DocDatabaseDetail.verification
| Field | Description |
|---|---|
| numberValue | string. VerificationResult of numberValue. Refer to verificationResult |
| fullName | string. VerificationResult of fullName. Refer to verificationResult |
| dob | string. VerificationResult of dob. Refer to verificationResult |
| face | string. VerificationResult od face. Refer to verificationResult |
verificationResult
| Value | Explain |
|---|---|
null | the datasource doesn't tell this field's verificationResult. |
pass | this field passed datasource check. |
fail | this field failed datasource check. |
DocDatabaseDetail.aadhaarDetail
| Field | Description |
|---|---|
| maskedAadhaar | string. Masked aadhaar |
| fullName | string. The full Name. |
| gender | string, MALE or FEMALE. |
| birthday | string, The birthday. Format:yyyy/MM/dd. |
| address | object, The address Details. |
DocDatabaseDetail.aadhaarDetail.address
| Field | Description |
|---|---|
| country | string. The country of the address. |
| state | string. First-level administrative division. |
| dist | string. Second-level administrative division. |
| subdist | string. Third-level administrative division (Tehsil/Taluk). |
| vtc | string. Village / Town / City The specific village, town, or city of residence. |
| loc | string. A recognizable area or neighborhood within a city. |
| po | string. The name of the local post office serving the area. |
| street | string. The name of the street. |
| house | string. House number or building identifier. |
| landmark | string. nearby well-known reference point for locating the address. |
DocDatabaseDetail.panDetail
| Field | Description |
|---|---|
| pan | string. permanent account number. |
| fullName | string. The full Name.string. The full address. |
| gender | string, MALE or FEMALE. |
| birthday | string, The birthday. Format:yyyy/MM/dd. |
| aadhaarLinked | bool, true/false/null. if the pan is linked with addhaar. |
DocDatabaseDetail.address
| Field | Description |
|---|---|
| number | string, The house or building number. |
| postalCode | string, The postal code (CEP) in Brazil, an 8-digit code. |
| city | string, The city name. |
| street | string, The street name. |
| neighborhood | string, The neighborhood or district (bairro). |
| state | string, The state abbreviation. |
| type | string, The address type. |
Updated 29 days ago
