Skip to main content

Quick Implementation

Initialize the Module

Core Methods

Use individual.access() to manage core user properties:
By using setValue() method on individual module, you are adding details on an entity, that will get pre-filled on your eKYC Form module.
Available properties:Address Properties:

Document Management

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

1

Set Profile Type

Standard

  • standard_kyc
  • gov_id
  • safe_harbour

Enhanced

  • international
  • safe_harbour_plus
  • full

Specialized

  • under18
  • devicecheck
  • aml_only
2

Add Reference (Optional)

3

Set Contact Information

4

Submit Profile

5

Run Check

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
Always validate required fields and ensure user consent is captured before submitting the profile.