Configuration
KYC (Veriff)

KYC Configuration (VERIFF)

This page describes how to confgiure KYC using Veriff in the applications Crowdex and RentInvesto.

In order to configure KYC using Veriff, you should:

1. Get Credentials from VERIFF

  1. Navigate to the account (opens in a new tab)
  2. Choose Integrations from the top menu.
  3. Choose integration created earlier OR create a new one.
  4. Get Base URL, API key, and Shared Secret Key
Veriff Config
  1. Open Settings tab and find Webhook Decisions URL.
  2. Update the url to be https://BACKEND_DOMAIN/api/veriff/webhook where BACKEND_DOMAIN is the domain of the backend application depending on environment.

2. Set configuration in Admin panel

  1. Navigate to Strapi Admin panel
  2. Login as an Admin User
  3. Open Content Manager in the left menu
  4. Among Single Types select the platform you want to update (crowdex or rentinvesto)
  5. Find veriffConfig field and put json with the following structure:
{
  "URL": "BASE_URL_FROM_VERIFF",
  "API_KEY": "API_KEY_FROM_VERIFF",
}
  1. Then find secrets field and update json with following structure:
{
  "VERIFF_SECRET_KEY": "SECRET_KEY_FROM_VERIFF",
  ...other fields
}
  1. Click Save