Document Verification
Last updated
Was this helpful?
Last updated
Was this helpful?
Create a Endpoint
Get your user's Selfie images
Get the user's ID document image
Submit the Job to Smile ID
Interpret your results
Responses from this product are asynchronous (based on various actions we carry out on the product) and are sent as soon as they are ready, you will need to setup a callback when submitting a job. You can read about creating a Callback URL .
To successfully run Document Verification jobs you need to submit the user's selfie.When using the please see and Selfie Configuration on how to present the selfie capture screen and when using the please see on how to integrate directly with the selfie capture view.
In addition to the user's selfie, we also need an image of the ID document to complete a document verification job. We will also need the country of issuance of the ID document and the document type. For the full list of document types we support, you can check the section of the docs. Please see and ID Capture Configuration on how to present the ID Capture capture screen and when using the please see on how to integrate directly with the ID Capture view.
SIDMetadata is useful for information that needs to be sent to Smile ID, it provides a way of setting PartnerParams
which are useful for sending job related information and SIDUserInfo
which is useful for sending user id related information. Once instantiated please reuse the same instance per job but it's important to make sure this is not reused across jobs
The Document Verification product does not require the id_number of the user. Please do not include the id_number key in the userIdInfo Object.
SIDResponse
object will contain results returned from the api this contains strongly typed method to get the response as individual items or as json object or as a string, for more information on how to interpret results you can read more about result codes and responses in the section of the docs.