Enhanced KYC
Required Class: ID Api Class (only available on versions 1.0.1 and above)
Running Enhanced KYC on Java
Get your Smile ID
Partner ID
Get your decoded version of the API Key
Get the ID information from your users
Submit the Job to Smile ID
Interpret your results
Get your Partner ID
You can find your Partner ID in the developer section of the portal.
Get your decoded API Key
Your decoded API Key is also in the developer section of the portal.
Click on the Generate New API Key button
Copy your decoded API Key (must be striped of the BEGIN and END line and the rest needs to be all on one line)
Get the ID information from your users
To submit an Enhanced KYC job you need the ID information of your user. Depending on the ID type you are attempting to query, the required information varies. For the comprehensive list of required information for each ID Type, check the Supported ID Types section of the docs.
Submit the Job to Smile ID
submitJob method
Copy this code and replace sections marked with <>
Example Response Body
Your response will be a JobStatusResponse
object representation of the JSON below:
Interpret your Results
You can read more about result codes and responses in the Enhanced KYC section of the docs.
Last updated