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