mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -1419,13 +1419,13 @@
|
||||
"type" : "string"
|
||||
},
|
||||
"fraudRiskLevel" : {
|
||||
"description" : "The risk level of the payment as determined by the FDM machine learning model.",
|
||||
"description" : "The risk level of the transaction as classified by the [machine learning](https://docs.adyen.com/risk-management/configure-your-risk-profile/machine-learning-rules/) fraud risk rule. The risk level indicates the likelihood that a transaction will result in a fraudulent dispute. The possible return values are:\\n* veryLow\\n* low\\n* medium\\n* high\\n* veryHigh\\n\\n>",
|
||||
"enum" : [
|
||||
"Very low",
|
||||
"Low",
|
||||
"Medium",
|
||||
"High",
|
||||
"Very high"
|
||||
"veryLow",
|
||||
"low",
|
||||
"medium",
|
||||
"high",
|
||||
"veryHigh"
|
||||
],
|
||||
"type" : "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user