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:
We made a few minor updates to the descriptions of certain response properties:
For our Direct customers, we added two new endpoints and updated another:
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.
We've added a document liveness signal to the /start
endpoint, along with a corresponding document liveness response to the get-results
endpoint.