Signals
A signal describes a behavioral pattern that Fraugster identified for a transaction.
Find the signals that an API response may include in Complete list of signals.
Response example
{
"evidence": {
"signals": [
{
"category": "seller",
"id": "ff9578ab",
"related_to": ["slr_crncy", "slr_ctry"],
"type": "technical"
},
{
"category": "user",
"id": "85dd94qc",
"related_to": ["cust_email", "cust_first_name", "cust_last_name"],
"type": "bad"
}
]
},
"fraugster_approved": 0,
"frg_trans_id": "abc01f6ccc8a5832a7871fdb14be1211",
"is_liable": false,
"liability_reason": "declined",
"score": 0.92
}
Each object contains:
Component | Description |
---|---|
category | A group this signal belongs to based on its components. One of
|
id | A unique signal identifier. An 8-character alphanumeric string in lowercase. |
related_to | The datapoints of relevance for this signal provided in the API request. An array of strings with datapoint names. |
type | Determines the type of signal in terms of risk. One of:
|