Class ThreeDSecureResults
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class ThreeDSecureResults
Properties
AcsTransactionId
Identifier of the authenticated transaction at the ACS/Issuer
Declaration
public string AcsTransactionId { get; set; }
Property Value
Type | Description |
---|---|
string |
AppliedExemption
Exemption code from Carte Bancaire (130) (unknown possible values so far -free format)
Declaration
public string AppliedExemption { get; set; }
Property Value
Type | Description |
---|---|
string |
AuthenticationAmount
The amount for which this transaction has been authenticated.
Declaration
public AmountOfMoney AuthenticationAmount { get; set; }
Property Value
Type | Description |
---|---|
AmountOfMoney |
Cavv
CAVV or AVV result indicating authentication validation value
Declaration
public string Cavv { get; set; }
Property Value
Type | Description |
---|---|
string |
DirectoryServerTransactionId
The 3-D Secure Directory Server transaction ID that is used for the 3D Authentication
Declaration
public string DirectoryServerTransactionId { get; set; }
Property Value
Type | Description |
---|---|
string |
Eci
Indicates Authentication validation results returned after AuthenticationValidation
Declaration
public string Eci { get; set; }
Property Value
Type | Description |
---|---|
string |
ExemptionOutput
Object containing exemption output
Declaration
public ExemptionOutput ExemptionOutput { get; set; }
Property Value
Type | Description |
---|---|
ExemptionOutput |
SchemeRiskScore
Global score calculated by the Carte Bancaire (130) Scoring platform. Possible values from 0 to 99
Declaration
public int? SchemeRiskScore { get; set; }
Property Value
Type | Description |
---|---|
int? |
SdkData
Object containing 3-D Secure in-app SDK data
Declaration
public SdkDataOutput SdkData { get; set; }
Property Value
Type | Description |
---|---|
SdkDataOutput |
ThreeDSecureData
Object containing data regarding the 3-D Secure authentication
Declaration
public ThreeDSecureData ThreeDSecureData { get; set; }
Property Value
Type | Description |
---|---|
ThreeDSecureData |
ThreeDSecureVersion
The 3-D Secure version used for the authentication.
This property is used in the communication with the acquirer
Declaration
public string ThreeDSecureVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
ThreeDServerTransactionId
The 3-D Secure Server transaction ID that is used for the 3-D Secure version 2 Authentication.
Declaration
public string ThreeDServerTransactionId { get; set; }
Property Value
Type | Description |
---|---|
string |
Xid
Transaction ID for the Authentication
Declaration
public string Xid { get; set; }
Property Value
Type | Description |
---|---|
string |