Retrieving a Transaction {#txn-details-request}
===============================================

Send a GET request to the following URL, where `{id}` is the request ID of the transaction:

```
https://&lt;url_prefix&gt;/tss/v2/transactions/{id}
```

Responses {#txn-details-request_Id18AO80Q0RYK}
----------------------------------------------

This call returns one of the following HTTP status codes:

* `200`: Successful response.
* `404`: The specified resource is not found in the system.
* `500`: Unexpected server error.

For detailed information on the responses, including which fields are returned, see the [Transaction Search REST API Reference](https://developer.cybersource.com/api-reference-assets/index.md#transaction-search "").
IMPORTANT If the response is an HTTP 404 status code, retry the API call 5 minutes later, for a maximum of five tries.
