risk_check_set_id
tells the API which set of risk checks to run for a Customer Due Diligence (CDD) case. If you do not supply this field, your account’s default risk check set is applied automatically.
Default behaviour
By default, every account has a risk check set configured in the dashboard. Whenrisk_check_set_id
is omitted from a request, the CDD case uses this default set of checks.
Providing a custom risk_check_set_id when create CDD case
Specifyrisk_check_set_id
in the request body to apply a different set of checks. The value must be the UUID of a risk check set that exists for your account.
When to use
Userisk_check_set_id
when you need to tailor the checks for a specific case or workflow. For most integrations, omitting the field and relying on the default configuration is sufficient.
Examples
Risk check sets let you run different checks depending on the selling channel or customer type. For example:online-sellers
– run enhanced verification for sellers that only operate onlinein-store-sellers
– apply simplified checks for customers selling exclusively in store
inbound-in-store
and outbound-in-store
sets to apply different checks depending on how customers engage. Set the appropriate risk_check_set_id
when creating the case so the API performs the correct checks.