-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Description
Java version: 1.8.x
Library version: 2.1.0
Description
The resultCode AuthenticationFinished
is not present in PaymentResult.ResultCodeEnum
for mapping when a completed 3DS challenge is submitted to /authorise3ds2
with the authenticationOnly
flag set.
// Request
{
"threeDS2Result": {
"transStatus": "Y"
},
"threeDS2Token": "-",
"merchantAccount": "-",
"applicationInfo": {
"adyenLibrary": {
"name": "adyen-java-api-library",
"version": "2.1.0"
}
}
}
// Response
{
"additionalData": {
"threeds2.threeDS2Result.dsTransID": "-",
"threeds2.threeDS2Result.eci": "05",
"threeds2.threeDS2Result.threeDSServerTransID": "-",
"threeds2.threeDS2Token": "-",
"threeds2.threeDS2Result.authenticationValue": "-",
"threeds2.threeDS2Result.transStatus": "Y"
},
"pspReference": "-",
"resultCode": "AuthenticationFinished"
}
Metadata
Metadata
Assignees
Labels
No labels