Smile Identity
Search…
Welcome!
GETTING STARTED
Signing Up
Choose a Product
Choose an Integration Option
Run Your First Test Job
Complete Your KYC
Fund Your Wallet
Go Live!
Pricing
SUPPORTED ID TYPES & DOCUMENTS
For Individuals (KYC)
For Businesses (KYB)
PRODUCTS
Basic KYC
Enhanced KYC
Biometric KYC
SmartSelfieâ„¢ Authentication
Document Verification
Integration Options
Mobile
Web / Mobile Web
Server to Server
Ruby
Python
Java
Generate Sec Key
Products
Utilities
Node.js
PHP
Rest API
FURTHER READING
Job Status
KYC Receipts
Compare User Information
Turning on Two-Factor Authentication on the Portal
Troubleshooting
FAQs
Powered By
GitBook
Java
Installation
View the package on
Maven
and the open source code on
Github
.
Add the group, name and version to your application's build file, it will look similar based on your build tool:
1
group: "com.smileidentity", name: "smile-identity-core", version: ""and require the package:
Copied!
The following classes exist for use:
1
import smile.identity.core.PartnerParameters;
2
import smile.identity.core.ImageParameters;
3
import smile.identity.core.IDParameters;
4
import smile.identity.core.Options;
5
import smile.identity.core.WebApi;
6
import smile.identity.core.IDApi;
Copied!
Previous
Utilities
Next
Generate Sec Key
Last modified
1yr ago
Copy link