required:
- type
type: object
properties:
type:
type: string
description: Enable a FraudSight risk assessment
default: fraudSight
enum:
- fraudSight
silentMode:
type: boolean
description: |-
Perform the Fraud assessment but do not act on the outcome.
Normally used for the initial launch while the data model is maturing.
default: false
tmxSessionId:
maxLength: 128
minLength: 30
pattern: ^[A-Za-z0-9_-]*$
type: string
description: Device fingerprint provided by Threatmetrix.
custom:
$ref: ./Custom.yaml
description: >-
Fraud assessment to detect potential fraud and prevent the transaction from
proceeding.