Search Results for

    Show / Hide Table of Contents

    Class FraudResults

    Inheritance
    object
    FraudResults
    CardFraudResults
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Definitions
    Assembly: connect-sdk-dotnet.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
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.