Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 3.24 KB

ThreeDS2Result.md

File metadata and controls

44 lines (33 loc) · 3.24 KB

ThreeDS2Result

Properties

Name Type Description Notes
authenticationValue kotlin.String The `authenticationValue` value as defined in the 3D Secure 2 specification. [optional]
cavvAlgorithm kotlin.String The algorithm used by the ACS to calculate the authentication value, only for Cartes Bancaires integrations. [optional]
challengeCancel inline Indicator informing the Access Control Server (ACS) and the Directory Server (DS) that the authentication has been cancelled. For possible values, refer to 3D Secure API reference. [optional]
dsTransID kotlin.String The `dsTransID` value as defined in the 3D Secure 2 specification. [optional]
eci kotlin.String The `eci` value as defined in the 3D Secure 2 specification. [optional]
exemptionIndicator inline Indicates the exemption type that was applied by the issuer to the authentication, if exemption applied. Allowed values: * `lowValue` * `secureCorporate` * `trustedBeneficiary` * `transactionRiskAnalysis` [optional]
messageVersion kotlin.String The `messageVersion` value as defined in the 3D Secure 2 specification. [optional]
riskScore kotlin.String Risk score calculated by Cartes Bancaires Directory Server (DS). [optional]
threeDSRequestorChallengeInd inline Indicates whether a challenge is requested for this transaction. Possible values: * 01 — No preference * 02 — No challenge requested * 03 — Challenge requested (3DS Requestor preference) * 04 — Challenge requested (Mandate) * 05 — No challenge (transactional risk analysis is already performed) * 06 — Data Only [optional]
threeDSServerTransID kotlin.String The `threeDSServerTransID` value as defined in the 3D Secure 2 specification. [optional]
timestamp kotlin.String The `timestamp` value of the 3D Secure 2 authentication. [optional]
transStatus kotlin.String The `transStatus` value as defined in the 3D Secure 2 specification. [optional]
transStatusReason kotlin.String Provides information on why the `transStatus` field has the specified value. For possible values, refer to our docs. [optional]
whiteListStatus kotlin.String The `whiteListStatus` value as defined in the 3D Secure 2 specification. [optional]

Enum: challengeCancel

Name Value
challengeCancel 01, 02, 03, 04, 05, 06, 07

Enum: exemptionIndicator

Name Value
exemptionIndicator lowValue, secureCorporate, trustedBeneficiary, transactionRiskAnalysis

Enum: threeDSRequestorChallengeInd

Name Value
threeDSRequestorChallengeInd 01, 02, 03, 04, 05, 06