--- title: PaymentSessionThreeDSecureTransStatus - 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: 2025-01 api_name: payments-apps type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/payments-apps/2025-01/enums/PaymentSessionThreeDSecureTransStatus md: https://shopify.dev/docs/api/payments-apps/2025-01/enums/PaymentSessionThreeDSecureTransStatus.md --- # Payment​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 * [Payment​Session​Three​DSecure​Authentication​Data.​trans​Status](https://shopify.dev/docs/api/payments-apps/2025-01/input-objects/PaymentSessionThreeDSecureAuthenticationData#field-transStatus) INPUT OBJECT The input fields for the 3D Secure authentication data from the partner. *** ## Map ### Inputs with this enum * [Payment​Session​Three​DSecure​Authentication​Data.transStatus](https://shopify.dev/docs/api/payments-apps/2025-01/input-objects/PaymentSessionThreeDSecureAuthenticationData#field-transStatus)