Get Customer Document Images
Once a customer is registered with the document storage system you can get their status and other details stored in the system including their document images by making this API call.
getDocumentImages
Request Body
Name
Type
Description
{
"result": "Success",
"reference": "888888812",
"status": "PASS",
"target": {
"fn": "John",
"ln": "Smith",
"addr": "123 Main St",
"city": "Stratford",
"state": "CT",
"zip": "06614",
"dob": "19700101",
"email": "[email protected]",
"phone": "2015106000"
"documents": {
"front": "base64 encoded string of image",
"back": "base64 encoded string of image"
}
}
}{
"result": "Error",
"message": "The email address is invalid"
}
//or
{
"result": "Error",
"message": "Missing a required input"
}Sample Request Body
Response Fields
attribute
values
Last updated