Transactional ID check
Perform an identity check by uploading images of the identity card, driver license or passport. This API method allows to verify the identity of your customer with a direct reponse.
At least 1 side of an ID document must be sent, having been previously encoded in Base64 format. For optimized results, 2 sides of the document can also be sent. When the 2 sides of an identity document are not provided, there is no guarantee that will id will be recognized. The result will contain information extracted from the document, a list of controls performed and their results, as well as an overall score of the identity controls. The API provides 2 optional checks based on information extracted on the identity document:
Face match can be performed by providing an image of the customer’s face (also encoded in base64). Watchlist spotcheck can be performed (by setting the parameter to true), which will search information collected on the identity document against over 2,000,000 high risk profiles. The response provided will include information on matched profiles, if any.
Input images should respect this restrictions:
- Format: PNG
- Orientation: both sides must have the same format (PNG)
- Weight: 1mb per pictures (If you send 2 sides and 3 faces the total request weight should not get over 5mb)
- Size: recommended: 1600x1200, maximum 2400x1800
Request
Content-Type: application/json
Parameter | Type | Description |
---|---|---|
base_64_encoded_front_image | string | Base64 encoded image of the front side of the identity document. |
base_64_encoded_back_image | string | Base64 encoded image of the back side of the identity document. |
base_64_encoded_face_images | array | Array of base64 encoded images of the customer’s face. |
Response
Content-Type: application/json
Parameter | Type | Description |
---|---|---|
algoreg_score | number | ID verification score |
extracted_info | object | Extracted information from the ID |
facematch_score | number | Face match score |
facematch_info | object | Face match information |