Skip to content

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:

  1. Send a request to the KYC backend API endpoint.
  2. Include necessary parameters like user Firstname, Lastname, Date of Birth and ID metadata.
  3. 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.