On This Page

{#jumplink-list}  
[Markdown](/docs/cybs/en-us/txn-search/developer/all/rest/txn-search/txn-search-intro/txn-search-request.md)  
Filter  
FILTER BY TAG

Creating a Transaction Search Request {#txn-search-request}
===========================================================

Follow these steps to create a transaction search request:

1. Send a POST request to `https://&lt;url_prefix&gt;/tss/v2/searches` and include these required fields:

   #### ADDITIONAL INFORMATION

   * query
   * sort

   Use the name of the server as the `&lt;url_prefix&gt;`:

   * **Production:** `api.cybersource.com`
   * **Production in India:** api.in.cybersource.com
   * **Test:** `apitest.cybersource.com`
2. Include these optional fields:

   #### ADDITIONAL INFORMATION

   * save
   * name
   * timezone
   * offset
   * sort

For a list of supported time zones, see [Supported Time Zones](/docs/cybs/en-us/txn-search/developer/all/rest/txn-search/time-zones.md "").  
RELATED TO THIS PAGE

