Class ThreeDSecure
Inherited Members
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 |