---
title: "getAuthenticationStatus"
method: POST
path: "/v1/Payment/getAuthenticationStatus/json"
tags: ["Card Payments"]
---

# getAuthenticationStatus

`POST /v1/Payment/getAuthenticationStatus/json`

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

## Request body

- AuthenticationStatus
  - `transactionId` string

## Response `200`

Successful operation

- AuthenticationStatusResponse
  - `request` RequestResponse
    - `result` integer — Indicates whether the request was successfully processed (`1`) or some error has occurred (`0`).
    - `errorId` string — If the request was not successfully processed this parameter holds the ID of the error that has occurred.
    - `errorTag` string — The error tag can be used to generate an error response for the customer.
    - `errorMessage` string — Description of the error that occurred. This message is returned in the language (if available) in which the transaction is/was submitted.
  - `threeDs` object
    - `transactionID` string
    - `transactionStatusCode` string

## Other responses

- `400` — Bad request. See response for details.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not found.

---

[API](https://skmtc.net/pay/apis/pay-transaction-gateway-unit-api.md) · [All operations](https://skmtc.net/pay/apis/pay-transaction-gateway-unit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pay/pay-transaction-gateway-unit-api/versions/2bc260c7bdfc/schema)
