Skip to main content

RiskScore

Matches transactions whose risk-engine score satisfies a numeric comparison against a configured threshold. Shown as "Risk Score" in the condition catalogue.

Parameters

FieldTypeRequiredAllowed values
riskScoreintegeryesA score threshold
comparatorstringyes"=", "<", "<=", ">", ">="

Example

{
"constraint": "RiskScore",
"params": {
"riskScore": 50,
"comparator": ">"
}
}

Notes

  • Availability: might not be included in your platform package — if this condition is missing from the catalogue returned by List routing constraints, contact your Customer Success Manager to have it activated.
  • Requires a risk profile to be configured on the meta-connector. If a risk score has not (yet) been computed for a transaction, the score is treated as 0 in the comparison.
  • If the transaction has no customer attached, rule evaluation stops and the default connector is used.
  • Also available in multi-method routing documents.