Skip to content

Commit ad60bd9

Browse files
[payout] Automated update from Adyen/adyen-openapi@3550ecd
1 parent e0c07e0 commit ad60bd9

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

sdk-generation-log/payout.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"service": "payout",
3+
"project": "node",
4+
"generatedAt": "2026-04-20T10:46:54Z",
5+
"openapiCommitSha": "3550ecd3f320efaad6bee55ffed5122cb9ba09d5",
6+
"automationCommitSha": "4ad0c0c7e87bc0e5994a9a3350a991d0691350bb",
7+
"libraryCommitSha": "e0c07e05d8c98b20f336ef0fa714fe95f4172c2f"
8+
}

src/typings/payout/responseAdditionalDataCommon.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ export class ResponseAdditionalDataCommon {
9898
*/
9999
"fraudManualReview"?: string;
100100
/**
101-
* The fraud result properties of the payment.
101+
* The fraud result properties of the payment. Possible values: * AMBER * GREEN * RED
102102
*/
103103
"fraudResultType"?: ResponseAdditionalDataCommon.FraudResultTypeEnum;
104104
/**
105-
* 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: * veryLow * low * medium * high * veryHigh
105+
* 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. Possible values: * veryLow * low * medium * high * veryHigh
106106
*/
107107
"fraudRiskLevel"?: ResponseAdditionalDataCommon.FraudRiskLevelEnum;
108108
/**
@@ -662,8 +662,9 @@ export class ResponseAdditionalDataCommon {
662662

663663
export namespace ResponseAdditionalDataCommon {
664664
export enum FraudResultTypeEnum {
665+
Amber = 'AMBER',
665666
Green = 'GREEN',
666-
Fraud = 'FRAUD'
667+
Red = 'RED'
667668
}
668669
export enum FraudRiskLevelEnum {
669670
VeryLow = 'veryLow',

0 commit comments

Comments
 (0)