ThreeDSecureData |
ThreeDSecureData.authenticationResponse(ThreeDSecureData.AuthenticationResponseEnum authenticationResponse) |
In 3D Secure 1, the authentication response if the shopper was redirected.
|
ThreeDSecureData |
ThreeDSecureData.cavv(byte[] cavv) |
The cardholder authentication value (base64 encoded, 20 bytes in a decoded form).
|
ThreeDSecureData |
ThreeDSecureData.cavvAlgorithm(String cavvAlgorithm) |
The CAVV algorithm used.
|
ThreeDSecureData |
ThreeDSecureData.challengeCancel(ThreeDSecureData.ChallengeCancelEnum challengeCancel) |
Indicator informing the Access Control Server (ACS) and the Directory Server (DS) that the authentication has been cancelled.
|
ThreeDSecureData |
ThreeDSecureData.directoryResponse(ThreeDSecureData.DirectoryResponseEnum directoryResponse) |
In 3D Secure 1, this is the enrollment response from the 3D directory server.
|
ThreeDSecureData |
ThreeDSecureData.dsTransID(String dsTransID) |
Supported for 3D Secure 2.
|
ThreeDSecureData |
ThreeDSecureData.eci(String eci) |
The electronic commerce indicator.
|
static ThreeDSecureData |
ThreeDSecureData.fromJson(String jsonString) |
Create an instance of ThreeDSecureData given an JSON string
|
ThreeDSecureData |
AdjustAuthorisationRequest.getMpiData() |
mpiData
|
ThreeDSecureData |
CancelOrRefundRequest.getMpiData() |
mpiData
|
ThreeDSecureData |
CancelRequest.getMpiData() |
mpiData
|
ThreeDSecureData |
CaptureRequest.getMpiData() |
mpiData
|
ThreeDSecureData |
PaymentRequest.getMpiData() |
mpiData
|
ThreeDSecureData |
RefundRequest.getMpiData() |
mpiData
|
ThreeDSecureData |
TechnicalCancelRequest.getMpiData() |
mpiData
|
ThreeDSecureData |
VoidPendingRefundRequest.getMpiData() |
mpiData
|
ThreeDSecureData |
ThreeDSecureData.riskScore(String riskScore) |
Risk score calculated by Directory Server (DS).
|
ThreeDSecureData |
ThreeDSecureData.threeDSVersion(String threeDSVersion) |
The version of the 3D Secure protocol.
|
ThreeDSecureData |
ThreeDSecureData.tokenAuthenticationVerificationValue(byte[] tokenAuthenticationVerificationValue) |
Network token authentication verification value (TAVV).
|
ThreeDSecureData |
ThreeDSecureData.transStatusReason(String transStatusReason) |
Provides information on why the `transStatus` field has the specified value.
|
ThreeDSecureData |
ThreeDSecureData.xid(byte[] xid) |
Supported for 3D Secure 1.
|