v1

latestOpenAPI 3.1.02026-07-242325051.4 MB
Card Payments

getAuthenticationStatus

If the integrated 3DSecure is used for authentication this API can be used to get the status of the 3DSecure session.

post/v1/Payment/getAuthenticationStatus/json

Request body

transactionIdstring

Example request

{
  "transactionId": "728d9cb9-9840-2165-8d10-72872e1642fb"
}

Response

Successful operation

Example response

{
  "threeDs": {
    "transactionID": "728d9cb9-9840-2165-8d10-72872e1642fb"
  }
}