Class FraudResults
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class FraudResults
Properties
FraudServiceResult
Results from the fraud prevention check. Possible values are:
- accepted - Based on the checks performed the transaction can be accepted
- challenged - Based on the checks performed the transaction should be manually reviewed
- denied - Based on the checks performed the transaction should be rejected
- no-advice - No fraud check was requested/performed
- error - The fraud check resulted in an error and the fraud check was thus not performed
Declaration
public string FraudServiceResult { get; set; }
Property Value
Type | Description |
---|---|
string |
InAuth
Object containing device fingerprinting details from InAuth
Declaration
public InAuth InAuth { get; set; }
Property Value
Type | Description |
---|---|
InAuth |
MicrosoftFraudProtection
This object contains the results of Microsoft Fraud Protection risk assessment. Microsoft collects transaction data points and uses Adaptive AI that continuously learns to protect you against payment fraud, and the device fingerprinting details from the Microsoft Device Fingerprinting service.
Declaration
public MicrosoftFraudResults MicrosoftFraudProtection { get; set; }
Property Value
Type | Description |
---|---|
MicrosoftFraudResults |