Search Results for

    Show / Hide Table of Contents

    Class ResultDoRiskAssessment

    Inheritance
    object
    ResultDoRiskAssessment
    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 ResultDoRiskAssessment

    Properties

    Category

    The Risk Services category with the following possible values:

    • retaildecisionsCCFraudCheck - checks performed by Retail Decisions
    • globalcollectBlacklistCheckCC - Checked against the blacklist on the GlobalCollect platform
    • authorizationCheck - 0$ auth card account validation check
    • ddFraudCheck - Check performed for German market via InterCard
    • validationbankAccount - Bank account details are algorithmically checked if they could exist
    • globalcollectBlacklistCheckDD - Checked against the blacklist on the GlobalCollect platform
    Declaration
    public string Category { get; set; }
    Property Value
    Type Description
    string

    Result

    Risk service result with the following possible results:

    • 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 Result { get; set; }
    Property Value
    Type Description
    string

    RetaildecisionsCCFraudCheckOutput

    Object containing the results of the fraud checks performed by Retail Decisions

    Declaration
    public RetailDecisionsCCFraudCheckOutput RetaildecisionsCCFraudCheckOutput { get; set; }
    Property Value
    Type Description
    RetailDecisionsCCFraudCheckOutput

    ValidationBankAccountOutput

    Object containing the results of the fraud checks performed on the bank account data

    Declaration
    public ValidationBankAccountOutput ValidationBankAccountOutput { get; set; }
    Property Value
    Type Description
    ValidationBankAccountOutput
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.