IDV Tickets
Last updated
Was this helpful?
Last updated
Was this helpful?
This service returns your ticket information, containing ticket's summary details, user's personal information, its document information, document's lexical information, tracked device, and process flow details.
/id/v1/identity/transactions/{ticket}
Your ticket's ID
YOUR_TICKET
Your credential's api key
YOUR_API_KEY
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36
No body
This service return all ticket's images, sent by the user and processed ones.
Images uploaded by user are its selfies and document image(s).
Processed images are document's extracted images. Their availability depends entirely on user's document type. These images are portrait, ghost portrait, signature.
/id/v1/identity/transactions/{ticket}/images
Your ticket's ID
YOUR_TICKET
Specifies which images must be retrieved. Its values are: SELF_PORTRAITS, DOCUMENT, DOCUMENT_PORTRAIT, DOCUMENT_SIGNATURE, DOCUMENT_GHOST_PORTRAIT, ALL
To retrieve various types, these values can be concatenated with a comma (,); no spaces inbetween
ALL
Your credential's api key
YOUR_API_KEY
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36
No body