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
Document Management
Add Document
Update Document
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.