v3

latestOpenAPI 3.0.3Apache 2.02026-07-312637031.3 MB
EDD

Create an EDD review configuration

Create an EDD review configuration

post/edd/review_configurations

Request body

auto_case_on_high_riskboolean

When enabled, automatically creates a case when a customer's CRR score increases from low or medium to high risk.

high_monthsinteger required

The review cadence in months for a risk level.

is_activeboolean required

Whether this configuration is active.

low_monthsinteger required

The review cadence in months for a risk level.

medium_monthsinteger required

The review cadence in months for a risk level.

tenantstring required

The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

Example request

{
  "high_months": 12,
  "low_months": 12,
  "medium_months": 12,
  "tenant": "abcdef_ghijkl"
}

Response

Created EDD review configuration

auto_case_on_high_riskboolean required

When enabled, automatically creates a case when a customer's CRR score increases from low or medium to high risk.

creation_timestring date-time required

The date and time the configuration was created.

high_monthsinteger required

The review cadence in months for a risk level.

idstring uuid required

EDD Review Configuration ID

is_activeboolean required

Whether this configuration is active.

last_updated_timestring date-time required

The date and time the configuration was last updated.

low_monthsinteger required

The review cadence in months for a risk level.

medium_monthsinteger required

The review cadence in months for a risk level.

tenantstring required

The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

Example response

{
  "creation_time": "2010-05-06T12:23:34.321Z",
  "high_months": 12,
  "id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
  "last_updated_time": "2010-05-06T12:23:34.321Z",
  "low_months": 12,
  "medium_months": 12,
  "tenant": "abcdef_ghijkl"
}