Transaction Details API

Using the Transaction Details API, you can view the details of any transaction by its request ID. If you do not know the request ID for the transaction, you can use the Transaction Search API to retrieve it. See Retrieving a Saved Transaction Search Request for details.
IMPORTANT
The Transaction Details API is designed to provide reports of processed transactions for a specific time period. It is not intended for use in real-time transaction processing. During exceptional periods, response times for this API may exceed 2 minutes.

Retrieving a Transaction

Send a GET request to the following URL, where
{id}
is the request ID of the transaction:
    
https:///tss/v2/transactions/{id}

Responses

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.
IMPORTANT
If the response is an HTTP 404 status code, retry the API call 5 minutes later, for a maximum of five tries.