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
- Navigate to the account (opens in a new tab)
- Choose
Integrationsfrom the top menu. - Choose integration created earlier OR create a new one.
- Get Base URL, API key, and Shared Secret Key

- Open
Settingstab and findWebhook Decisions URL. - Update the url to be
https://BACKEND_DOMAIN/api/veriff/webhookwhereBACKEND_DOMAINis the domain of the backend application depending on environment.
2. Set configuration in Admin panel
- Navigate to Strapi Admin panel
- Login as an Admin User
- Open
Content Managerin the left menu - Among
Single Typesselect the platform you want to update (crowdex or rentinvesto) - Find
veriffConfigfield and put json with the following structure:
{
"URL": "BASE_URL_FROM_VERIFF",
"API_KEY": "API_KEY_FROM_VERIFF",
}- Then find
secretsfield and update json with following structure:
{
"VERIFF_SECRET_KEY": "SECRET_KEY_FROM_VERIFF",
...other fields
}- Click Save