Class PaymentAuthenticationRequest
Data used to exchange 3DS authentication information verified by a third party.
Inherited Members
Namespace: MercadoPago .Client.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentAuthenticationRequest
Properties
| Edit this page View SourceAcsTransId
ACS Trans ID.
Declaration
public string AcsTransId { get; set; }
Property Value
Type | Description |
---|---|
string |
AuthenticationStatus
Authentication Status.
Declaration
public string AuthenticationStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
Cryptogram
Cryptogram.
Declaration
public string Cryptogram { get; set; }
Property Value
Type | Description |
---|---|
string |
DsTransId
3DS Trans ID.
Declaration
public string DsTransId { get; set; }
Property Value
Type | Description |
---|---|
string |
Eci
ECI.
Declaration
public string Eci { get; set; }
Property Value
Type | Description |
---|---|
string |
ThreeDsServerTransId
3DS Server Trans ID.
Declaration
public string ThreeDsServerTransId { get; set; }
Property Value
Type | Description |
---|---|
string |
ThreeDsVersion
3DS Version.
Declaration
public string ThreeDsVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |