Search Results for

    Show / Hide Table of Contents

    Class MobileThreeDSecureChallengeParameters

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

    Properties

    AcsReferenceNumber

    The unique identifier assigned by the EMVCo Secretariat upon testing and approval.

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

    AcsSignedContent

    Contains the JWS object created by the ACS for the challenge (ARes).

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

    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

    ThreeDServerTransactionId

    The 3-D Secure version 2 transaction ID that is used for the 3D Authentication

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