---
title: VerificationSessionThreeDSecureTransStatus - Payments Apps API
description: >-
  Indicates whether a transaction qualifies as an authenticated transaction. For
  3DS version 2, the EMV 3D Secure transaction status from the last of the
  Authentication Response (ARes) or Results Request (RReq) messages. For 3DS
  version 1, the 3D Secure PARes Status.
api_version: 2026-04
source_url:
  html: >-
    https://shopify.dev/docs/api/payments-apps/latest/enums/VerificationSessionThreeDSecureTransStatus
  md: >-
    https://shopify.dev/docs/api/payments-apps/latest/enums/VerificationSessionThreeDSecureTransStatus.md
api_name: payments-apps
api_type: graphql
type: enum
---

# Verification​Session​Three​DSecure​Trans​Status

enum

Indicates whether a transaction qualifies as an authenticated transaction. For 3DS version 2, the EMV 3D Secure transaction status from the last of the Authentication Response (ARes) or Results Request (RReq) messages. For 3DS version 1, the 3D Secure PARes Status.

## Valid values

* A

  Attempts Processing Performed; Not Authenticated/Verified, but a proof of attempted authentication/verification is provided.

* I

  I = Informational Only; 3DS Requestor challenge preference acknowledged. Cannot be used with 'authentication\_flow' 'CHALLENGE'.

* N

  Not Authenticated /Account Not Verified; Transaction denied.

* R

  Authentication/ Account Verification Rejected; Issuer is rejecting authentication/verification and request that authorisation not be attempted.

* U

  Authentication/ Account Verification Could Not Be Performed; Technical or other problem.

* Y

  Authentication Verification Successful.

***

## Fields

* [Verification​Session​Three​DSecure​Authentication​Data.transStatus](https://shopify.dev/docs/api/payments-apps/latest/input-objects/VerificationSessionThreeDSecureAuthenticationData#fields-transStatus)

  INPUT OBJECT

  The input fields for the 3D Secure authentication data from the partner.

***

## Map

### Inputs with this enum

* [Verification​Session​Three​DSecure​Authentication​Data.transStatus](https://shopify.dev/docs/api/payments-apps/latest/input-objects/VerificationSessionThreeDSecureAuthenticationData#fields-transStatus)
