GET | /Download/IDVerification/{DocumentReference}/{IDVerificationDataType} | Returns ID Verification data | Returns ID Verification data in pdf or json |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
DocumentReference | path | string | Yes | Document reference |
IDVerificationDataType | path | string | Yes | ID Verification data return typeAllowable Values
|
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Download/IDVerification/{DocumentReference}/{IDVerificationDataType} HTTP/1.1 Host: api.securedsigning.com Accept: application/xml
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <ArrayOfIdVisualCheckInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SecuredSigning.Api.Rest.Models"> <IdVisualCheckInfo> <Attentions> <Attention> <Detail>String</Detail> <Name>String</Name> </Attention> </Attentions> <BackIDImage>String</BackIDImage> <Country>String</Country> <DOB>String</DOB> <DocClass>String</DocClass> <DocId>String</DocId> <DocumentNumber>String</DocumentNumber> <ExamingDate>String</ExamingDate> <ExpirationDate>String</ExpirationDate> <FaceErrorMessage>String</FaceErrorMessage> <FaceMatchResult>String</FaceMatchResult> <FaceMatchScore>String</FaceMatchScore> <FirstName>String</FirstName> <FrontIDImage>String</FrontIDImage> <IsPassed>false</IsPassed> <IssuingState>String</IssuingState> <LastName>String</LastName> <MiddleName>String</MiddleName> <PortraitImage>String</PortraitImage> <SelectedFrontIDImage>false</SelectedFrontIDImage> <SelectedIDImage>String</SelectedIDImage> <UserFirstName>String</UserFirstName> <UserLastName>String</UserLastName> <UserMiddleName>String</UserMiddleName> </IdVisualCheckInfo> </ArrayOfIdVisualCheckInfo>