Individual Module
The Individual Module provides a streamlined interface to interact with Know Your Customer (KYC) APIs, enabling you to create, update, and verify individuals during your platform’s onboarding process.
Quick Implementation
Initialize the Module
Core Methods
Access User Properties
Use individual.access()
to manage core user properties:
Available properties:
Consent Management
Always capture user consent before calling submit()
or verify()
.
To read more about consent management, read more here.
Document Management
Add Document
Update Document
Document Types
Identity Documents
PASSPORT
DRIVERS_LICENCE
NATIONAL_ID
MILITARY_ID
Proof Documents
UTILITY_BILL
BANK_STATEMENT
PROOF_OF_ADDRESS
TAX_STATEMENT
To read more about document types, go here.
Address Management
Profile Management
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
Best Practice
Always validate required fields and ensure user consent is captured before submitting the profile.