Documentation

DocDatabaseDetail

DocDatabaseDetail

Field

Description

bvn

string, The bvn that passed the verification. The format is an 11-digit number starting with 22, such as (221xxx22222).

nin

string,The nin that passed the verification.

numberValue

string, The number that passed the verification.

numberTypeInfo

object, The number type info of the numberValue.

firstName

string, The first name.

middleName

string, The middle name.

lastName

string, The last name.

fullName

string, The fullName.

gender

string, MALE or FEMALE.

birthday

string, The birthday. Format:yyyy/MM/dd.

phoneNumber

string, The phone number.

phoneNumber2

string, The second phone number.

email

string,The email.

verification

object, The verification details




Examples

{
  "bvn": "22********4",
  "nin": null,
  "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"
  }
}

DocDatabaseDetail.numberTypeInfo

FieldDescription
regionRefer to Supported Regions & NumberTypes
numberTypeRefer to Supported Regions & NumberTypes

DocDatabaseDetail.verification


FieldDescription
numberValuestring. VerificationResult of numberValue. Refer to verificationResult
fullNamestring. VerificationResult of fullName. Refer to verificationResult
dobstring. VerificationResult of dob. Refer to verificationResult
facestring. VerificationResult od face. Refer to verificationResult

verificationResult

ValueExplain
nullthe datasource doesn't tell this field's verificationResult.
"pass"this field passed datasource check.
"fail"this field failed datasource check.