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