Search Results for

    Show / Hide Table of Contents

    Class ThreeDSecureData

    Inheritance
    object
    ThreeDSecureData
    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.Payment.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class ThreeDSecureData

    Properties

    AcsTransactionId

    The ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer)

    Declaration
    public string AcsTransactionId { get; set; }
    Property Value
    Type Description
    string

    Method

    Method of authentication used for this transaction. Possible values:

    • frictionless = The authentication went without a challenge
    • challenged = Cardholder was challenged
    • avs-verified = The authentication was verified by AVS
    • other = Another issuer method was used to authenticate this transaction
    Declaration
    public string Method { get; set; }
    Property Value
    Type Description
    string

    UtcTimestamp

    Timestamp in UTC (YYYYMMDDHHmm) of the 3-D Secure authentication of this transaction

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