Adyen / adyen-dotnet-api-library

Adyen API Library for .NET
MIT License
108 stars 112 forks source link

Missing Fraud Result #440

Closed PrettyPrimate closed 3 years ago

PrettyPrimate commented 3 years ago

The following payment has a risk score of 50 but this isn't returned in the response. This was working in the previous version.

image


{
   "AdyenPaymentResponse":{
      "resultCode":"Authorised",
      "additionalData":{
         "liabilityShift":"true",
         "authCode":"070275",
         "avsResult":"4 AVS not supported for this card type",
         "fraudResultType":"AMBER",
         "riskProfile":"Richemont",
         "fraudManualReview":"true",
         "threeDOffered":"true",
         "eci":"05",
         "threeDSVersion":"2.1.0",
         "authorisedAmountValue":"78000",
         "cvcResult":"1 Matches",
         "cavv":"QURZRU4gM0RTMiBURVNUIENBVlY=",
         "checkoutThreeD.selectedBrand":"visa",
         "authorisedAmountCurrency":"EUR",
         "dsTransID":"8eab1993-7fdd-4e64-9269-76738550f24c",
         "recurringProcessingModel":"Subscription",
         "threeDAuthenticated":"true",
         "checkoutThreeD.merchantReference":"850299",
         "paymentMethod":"visa",
         "paymentMethodVariant":"visacredit"
      },
      "pspReference":"853620899639715A",
      "refusalReasonCode":"0"
   }
}```
AlexandrosMor commented 3 years ago

Hello @PrettyPrimate,

The library only parses the json messages so if the Fraud Result is missing from the json response the issue is in the merchant account configuration in the customer area. You can contact support team to help you further

kind regards, Alexandros Adyen

AlexandrosMor commented 3 years ago

Hello @PrettyPrimate,

I hope you are doing well. Do you have any updates about this matter? kind regards, Alexandros Adyen

AlexandrosMor commented 3 years ago

Hello @PrettyPrimate,

I will close this issue. If you have more questions please fill free to open a new issue.

kind regards Alexandros Adyen