Image Cropping
For an na_dl
document type, a cropped image is now returned in the front
property of the images
object. The images
object is returned when the /start
request includes a return_images
flag set to true
. This cropping significantly reduces the size of the base64 data.
Removed background check and sanctions screening
We removed several request and response properties associated with criminal background checks and sanctions screening.
OCR Match Improvements
We made some improvements to our OCR match logic.
Status Event Codes
We added or updated the following status event codes:
Scanning Oval
Back by popular demand! Our Capturecustomers told us they missed the scanning oval.
Capture Barcode Changes
We changed how Capture scans a barcode. We replaced the scanning oval that sweeps down the page with a bright alignment frame. The alignment frame makes it easier to position an ID, which results in a quicker experience. We also changed the instructions to state, "Scan back of ID".
Two new endpoints
For our Capture customers, we tweaked the Biometric Decline image on this page:
C#/.NET Recipe
We added a C#/.NET recipe for the /start
endpoint. It demonstrates how to start a transaction with a signed payload using C#/.NET framework. The recipe includes details on how to set up the request, encode and sign the payload, post the request, verify the signature, and decode the payload.
Error Redirect URL
We added error_redirect_url
to the /start
endpoint public_data
object.
Document Liveness Support
We've added a document liveness signal to the /start
endpoint, along with a corresponding document liveness response to the get-results
endpoint.