Register/Enroll
Last updated
Was this helpful?
Last updated
Was this helpful?
Create a Endpoint
Get your user's Selfie
Register the user
Submit the Job to Smile ID
Interpret your results
The SmartSelfie™ Authentication entails comparing a SmartSelfie™ against the Selfie on file of a registered user. To register a user, the job request payload is exactly the same as a SmartSelfie™ Authentication except for two differences (both changes are to be made in the section of this page):
Since you are just registering the user, you need a new user_id
(details of Key in section of this page)
Set the job_type
to "4" (details of Key in section of this page)
To successfully run SmartSelfie™ Authentication 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.
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
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.