--- title: "Raw 3D Secure responses" description: "Learn about the 3D Secure responses shown in your Customer Area." url: "https://docs.adyen.com/online-payments/classic-integrations/classic-api-integration/3d-secure-authentication/raw-3d-secure-responses" source_url: "https://docs.adyen.com/online-payments/classic-integrations/classic-api-integration/3d-secure-authentication/raw-3d-secure-responses.md" canonical: "https://docs.adyen.com/online-payments/classic-integrations/classic-api-integration/3d-secure-authentication/raw-3d-secure-responses" last_modified: "2021-01-27T19:27:00+01:00" language: "en" --- # Raw 3D Secure responses Learn about the 3D Secure responses shown in your Customer Area. [View source](/online-payments/classic-integrations/classic-api-integration/3d-secure-authentication/raw-3d-secure-responses.md) Find information about 3D Secure authentication for your transactions in your [Customer Area](https://ca-test.adyen.com/). ### 3DS requested **3D Secure 1** This is the `threeDOfferedResponse`. These statuses indicate whether the card is enrolled in the 3D Secure program and if 3D Secure was offered. | Raw Response | Description | | ------------ | ----------------------------------------------------- | | Y | Enrolled | | U | Authentication Unavailable | | N | Not Enrolled (the card is not enrolled for 3D Secure) | | N/A | Unable to verify | **3D Secure 2** This is the `transStatus` from `threeDS2Result`. These statuses can be returned if you do not receive the **ChallengeShopper** `resultCode`. | Raw Response | Description | | ------------ | ------------------------------------- | | Y | Frictionless | | U | Authentication could not be performed | | N | Not authenticated | | A | Attempted to authenticate | | C | Challenge | | D | Challenge (Decoupled authentication) | | R | Rejected | | I | Data only | ### 3DS challenged **3D Secure 1** This is the `threeDAuthenticatedResponse`. These statuses explain the result of the authentication process. | Raw Response | Description | | ------------ | --------------------------- | | Y | Authenticated | | U | Issuer is unable to respond | | A | Attempted to authenticate | | N | Authentication failed | | N/A | Unable to verify | **3D Secure 2** This is the `transStatus` from `threeDS2Result`. These statuses can be returned if you receive the **ChallengeShopper** `resultCode`. | Raw Response | Description | | ------------ | ------------------------------------- | | Y | Successful | | U | Authentication could not be performed | | N | Not authenticated | | A | Attempted to authenticate | | R | Rejected |