AuthenticationInfo |
AuthenticationInfo.acsTransId(String acsTransId) |
Universally unique transaction identifier assigned by the Access Control Server (ACS) to identify a single transaction.
|
AuthenticationInfo |
AuthenticationInfo.challenge(ChallengeInfo challenge) |
challenge
|
AuthenticationInfo |
AuthenticationInfo.challengeIndicator(AuthenticationInfo.ChallengeIndicatorEnum challengeIndicator) |
Specifies a preference for receiving a challenge.
|
AuthenticationInfo |
AuthenticationInfo.createdAt(OffsetDateTime createdAt) |
Date and time in UTC of the cardholder authentication.
|
AuthenticationInfo |
AuthenticationInfo.deviceChannel(AuthenticationInfo.DeviceChannelEnum deviceChannel) |
Indicates the type of channel interface being used to initiate the transaction.
|
AuthenticationInfo |
AuthenticationInfo.dsTransID(String dsTransID) |
Universally unique transaction identifier assigned by the DS (card scheme) to identify a single transaction.
|
AuthenticationInfo |
AuthenticationInfo.exemptionIndicator(AuthenticationInfo.ExemptionIndicatorEnum exemptionIndicator) |
Indicates the exemption type that was applied to the authentication by the issuer, if exemption applied.
|
static AuthenticationInfo |
AuthenticationInfo.fromJson(String jsonString) |
Create an instance of AuthenticationInfo given an JSON string
|
AuthenticationInfo |
AuthenticationNotificationData.getAuthentication() |
authentication
|
AuthenticationInfo |
AuthenticationInfo.inPSD2Scope(Boolean inPSD2Scope) |
Indicates if the purchase was in the PSD2 scope.
|
AuthenticationInfo |
AuthenticationInfo.messageCategory(AuthenticationInfo.MessageCategoryEnum messageCategory) |
Identifies the category of the message for a specific use case.
|
AuthenticationInfo |
AuthenticationInfo.messageVersion(String messageVersion) |
The `messageVersion` value as defined in the 3D Secure 2 specification.
|
AuthenticationInfo |
AuthenticationInfo.riskScore(Integer riskScore) |
Risk score calculated from the transaction rules.
|
AuthenticationInfo |
AuthenticationInfo.threeDSServerTransID(String threeDSServerTransID) |
The `threeDSServerTransID` value as defined in the 3D Secure 2 specification.
|
AuthenticationInfo |
AuthenticationInfo.transStatus(AuthenticationInfo.TransStatusEnum transStatus) |
The `transStatus` value as defined in the 3D Secure 2 specification.
|
AuthenticationInfo |
AuthenticationInfo.transStatusReason(AuthenticationInfo.TransStatusReasonEnum transStatusReason) |
Provides information on why the `transStatus` field has the specified value.
|
AuthenticationInfo |
AuthenticationInfo.type(AuthenticationInfo.TypeEnum type) |
The type of authentication performed.
|