Quick Implementation
Initialize the Module
Core Methods
Access User Properties
Access User Properties
Use Available properties:
individual.access() to manage core user properties:| Property | Description |
|---|---|
name | User’s name information |
dateOfBirth | User’s date of birth |
documents | Identity documents |
addresses | User’s addresses |
profile | User profile details |
phoneNumber | Contact phone number |
email | Contact email address |
Consent Management
Consent Management
Always capture user consent before calling
submit() or verify().Document Management
- Add Document
- Update Document
Document Types
Document Types
Identity Documents
-
PASSPORT -
DRIVERS_LICENCE -
NATIONAL_ID -
MILITARY_ID
Proof Documents
-
UTILITY_BILL -
BANK_STATEMENT -
PROOF_OF_ADDRESS -
TAX_STATEMENT
Address Management
Profile Management
Advanced Use Case for Submit and Executing Specific Workflow
By default, OneSDK with v2 API have an “assigned” workflow on compile-time, meaning our representative will set a specific workflow to run against when you run aindividual.submit({ verify: true }) or individual.runCheck() However, if you desire to have a more advanced use case where you want to trigger a specific workflow instead, you can
Add Extra KVP
If you want to set an additional KVPs to an entity, you can use.setExtraData Read more about KVP here. .setExtraData accepts an object with key of string and value of string
Setting up KVPs