Session creation
To begin the KYC process, you must create a session token. The session token is used to:
- Track the user’s progress through the KYC process.
- Ensure the session remains secure.
How to Create a Session Token:
- Send a request to the KYC backend API endpoint.
- Include necessary parameters like user
Firstname
,Lastname
,Date of Birth
andID metadata
. - Retrieve the generated session token and store it securely.
For more information on token creation, check out the API specification
Once you have the token, proceed to the next step.