Skip to content

Missing AuthenticationFinished resultCode from PaymentResult.ResultCodeEnum #197

@pharalia

Description

@pharalia

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions