spec release

This commit is contained in:
Adyen Automation
2025-05-13 10:48:37 +02:00
parent c1fad3e8e2
commit 7bcfd59150
16 changed files with 128 additions and 104 deletions

View File

@@ -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"
},