{
"success": true,
"data": {
"name": {
"first": "ALEXANDER J",
"middle": null,
"last": "SAMPLE",
"full": "ALEXANDER J SAMPLE"
},
"address": {
"street": "600 CALIFORNIA STREET",
"street2": "22 b",
"city": "SAN FRANCISCO",
"subdivision": "CA",
"postal_code": "94109",
"country_code": "US"
},
"dateOfBirth": "1977-07-17",
"phoneNumber": "+12345678900",
"emailAddress": "alex.sample@gmail.com",
"files": [
{
"type": "drivers_license_back",
"fileName": "drivers_license_back.jpg",
"contentType": "image/jpeg",
"downloadUrl": "https://dummy-link.com/drivers_license_back.jpg"
},
{
"type": "drivers_license_front",
"fileName": "drivers_license_front.jpg",
"contentType": "image/jpeg",
"downloadUrl": "https://dummy-link.com/drivers_license_front.jpg"
},
{
"type": "selfie_left",
"fileName": "selfie_left.jpg",
"contentType": "image/jpeg",
"downloadUrl": "https://dummy-link.com/selfie_left.jpg"
},
{
"type": "selfie_right",
"fileName": "selfie_right.jpg",
"contentType": "image/jpeg",
"downloadUrl": "https://dummy-link.com/selfie_right.jpg"
},
{
"type": "selfie",
"fileName": "selfie.jpg",
"contentType": "image/jpeg",
"downloadUrl": "https://dummy-link.com/selfie.jpg"
}
],
"identificationNumbers": [
{
"type": "drivers_license",
"issuingCountryCode": "US",
"identificationNumber": "I1234562"
},
{
"type": "social_security_number",
"issuingCountryCode": "US",
"identificationNumber": "123-12-1234"
}
]
}
}