DocDatabaseDetail
DocDatabaseDetail
Field | Description |
|---|---|
bvn |
|
numberValue |
|
numberTypeInfo |
|
firstName |
|
middleName |
|
lastName |
|
fullName |
|
gender |
|
birthday |
|
phoneNumber |
|
phoneNumber2 |
|
| |
verification |
|
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"
}
}{
"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.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 23 days ago
