# Retrieves the `threeDS2Result` after doing a 3D Secure 2 authentication only. **POST /retrieve3ds2Result** Retrieves the `threeDS2Result` after doing a 3D Secure 2 authentication only. ## Servers ## Parameters ### Body: (object) - **merchantAccount** (string) The merchant account identifier, with which you want to process the transaction. - **pspReference** (string) The pspReference returned in the /authorise call. ## Responses ### 200 OK - the request has succeeded. #### Body: (object) - **threeDS2Result** (object) Thre ThreeDS2Result that was returned in the final CRes. ### 400 Bad Request - a problem reading or understanding the request. ### 401 Unauthorized - authentication required. ### 403 Forbidden - insufficient permissions to process the request. ### 422 Unprocessable Entity - a request validation error. ### 500 Internal Server Error - the server could not process the request. [Powered by Bump.sh](https://bump.sh)