Barcode, OCR, and Simulated Responses
We recently implemented some improvements to the API:
We recently implemented some improvements to the API:
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.
We removed several request and response properties associated with criminal background checks and sanctions screening.
We made some improvements to our OCR match logic.
We added or updated the following status event codes:
Back by popular demand! Our Capture customers told us they missed the scanning oval.
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".
For our Capture customers, we tweaked the Biometric Decline image on this page:
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.
We added error_redirect_url
to the /start
endpoint public_data
object.