🌐OnBoarding

1. Create Session Token :

First Step When Customer Click On Sign Up or Register You Have To Initialize Session First By Creating Session Token Using The Following API :

post
Body
tenantIdstringRequired

Organization tenantId

Example: A9C3E5D7-4B2F-47AC-9D61-3F1B1A1E87C6
tenantSecretstringRequired

Organization tenantSecret

Example: A9C3E5D7-4B2F-47AC-9D61-3F1B1A1E87C6
deviceIdstring | nullableOptional

Client's mobile deviceId

Example: A9C3E5D7
correlationIdstring | nullableOptional

correlationId is a unique identifier to trace and query requests by it.

Example: A9C3E5D7-4B2F-47AC-9D61-3F1B1A1E87C6
requestIdstring | nullableOptional

Request Id can be provided to continue the onboarding steps of specific request

Example: 1700398203730
kycRequestTypeIdstring | nullableOptional

KYC Request Type Id can be provided to pick witch Option we will apply such as (OCR - Manual - Upload Excel Sheet)

Example: '1' -> OCR , '2' -> Manual Entry , '3' -> Upload Excel Sheet
userIdstring | nullableOptional

user Id Who Loged into the Application

Example: 1700398203730
userNamestring | nullableOptional

user Name Who Loged into the Application

Example: Ahmed@gmail.com
Responses
200

Success

application/json
post
/Onboarding/api/v1/Auth/GenerateOnboardingSessionToken

2. Import eNROLL JS File in index.html :

1KB
Open

3. Add Div Element With Specifying Id For This Div

4. Initialize eNroll Component Any Where In Your JS File After Document Is Loaded:

Last updated