Retrieving a Saved Transaction Search Request

To retrieve a saved transaction search, your client application must send an HTTPS GET request to the server. The format of the URL is as follows:
GET https://<url_prefix>/tss/v2/searches/{searchID}
Transaction Search Request URL Values
Value
Description
<
url_prefix
>
Name of the server from which to download the report. Use one of these values:
  • Production:
    api.smartpayfuse.barclaycard
  • Test:
    api.smartpayfuse-test.barclaycard
searchID
The ID returned in the search request response.

Responses

This call can return one of the following HTTP status codes:
  • 200
    : Successful response.
  • 404
    : The specified resource is not found in the system.
  • 500
    : Unexpected server error.