Skip to main content

GET SERVICES

VALIDATION

GET web service that allows querying a transaction by specifying its unique identifier.

NameValidation
URL{URL_Base}/api/{ProjectName}/Validation/{id}
TYPEGET


PARAMETERS
NameData TypeParameter TypeRequiredDescription
ProjectNameStringPathYesThe assigned project name
apiKeyStringHeaderYesThe key assigned to the project
idIntpathYesThe unique identifier of the transaction to be queried
returnImagesBooleanqueryYesDetermines whether images are returned in the query
returnDocumentsbooleanheaderYesParameter that determines whether signed documents are returned or not.
returnVideoLivenessbooleanheaderYesParameter that determines whether the Liveness video will be returned in Base64 format.
AuthorizationstringheaderNoAccess token


RESPONSES
CodeResponseDescription
401client not authorized to make requests
The api key value is required
Authorization is required to use this method
The ApiKey, ProjectName, or DocType parameter is incorrect.
404The specified project was not found
Transaction not found
There are no records for the pair of document type and number, and the condition of a successful process.
200Response Object DescriptionJSON-formatted object containing the information of the queried transaction.
500 An error has occurred, please check the error and try again.


The Images field displays ImageTypeId, which are described in 'RESPONSE DICTIONARY IMAGES'; in the same array, the Liveness video is returned.