Get Customer Status
Once a customer is registered with the document storage system you can get their status and other details stored in the system without their document images by making this API call.
getStatus
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"
}
}{
"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