REST API

Retrieving a Transaction

Send a GET request to the following URL, where
{id}
is the request ID of the transaction:
https://<url_prefix>/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.