PUT v1/IdentityVerification/VerifyDocument
Verifies customer documentation (ex. picture of a driver license)
Request Information
Parameters (ParameterName * = required)
Name
Description
Sample Value
Id
No description available
Not available
DocumentTypeId *
No description available
Not available
SpecificTypeId
No description available
Not available
IdentificationNumber
No description available
Not available
CardNumber
No description available
Not available
ExpirationDate
No description available
Not available
IssuedDate
No description available
Not available
IssuedBy
No description available
Not available
IsVerified
No description available
Not available
IsDefault
No description available
Not available
IssuedByCountryCode
No description available
Not available
IssuedByStateCode
No description available
Not available
IssuedByStateId
No description available
Not available
ImageId
No description available
Not available
CreateDateTime
No description available
Not available
FrontsideImage
No description available
Not available
BacksideImage
No description available
Not available
Selfie
No description available
Not available
ReferenceNumber
No description available
Not available
ApiUrl
No description available
Not available
IdValidationResult
No description available
Not available
isRegistrationFlow
No description available
Not available
Response Information
Response body formats
application/json, text/json
Sample:
{ "referenceNumber": "sample string 1", "status": "NotAttempted" }
application/xml, text/xml
Sample:
<DocumentVerificationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels"> <_x003C_ReferenceNumber_x003E_k__BackingField>sample string 1</_x003C_ReferenceNumber_x003E_k__BackingField> <_x003C_Status_x003E_k__BackingField>NotAttempted</_x003C_Status_x003E_k__BackingField> </DocumentVerificationResponse>