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
Integrations
from the top menu. - Choose integration created earlier OR create a new one.
- Get Base URL, API key, and Shared Secret Key

- Open
Settings
tab and findWebhook Decisions URL
. - Update the url to be
https://BACKEND_DOMAIN/api/veriff/webhook
whereBACKEND_DOMAIN
is 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 Manager
in the left menu - Among
Single Types
select the platform you want to update (crowdex or rentinvesto) - Find
veriffConfig
field and put json with the following structure:
{
"URL": "BASE_URL_FROM_VERIFF",
"API_KEY": "API_KEY_FROM_VERIFF",
}
- Then find
secrets
field and update json with following structure:
{
"VERIFF_SECRET_KEY": "SECRET_KEY_FROM_VERIFF",
...other fields
}
- Click Save