Search Results for

    Show / Hide Table of Contents

    Class ThreeDSecure

    Inheritance
    object
    ThreeDSecure
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Worldline.Acquiring.Sdk.V1.Domain
    Assembly: Worldline.Acquiring.Sdk.dll
    Syntax
    public class ThreeDSecure

    Properties

    AuthenticationValue

    MasterCard AAV in original base64 encoding or Visa, DinersClub, UnionPay or JCB CAVV in either hexadecimal or base64 encoding

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

    DirectoryServerTransactionId

    3D Secure 2.x directory server transaction ID

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

    Eci

    Electronic Commerce Indicator
    Value that indicates the level of authentication.
    Contains different values depending on the brand.

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

    ThreeDSecureType

    3D Secure type used in the transaction

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

    Version

    3D Secure version

    Declaration
    public string Version { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2024 Worldline Financial Services (Europe) SA