d661d9e357a1

latestOpenAPI 3.0.12026-08-062379143.9 KB
Reports

Search Query

Query for transactions using a date range and optional search criteria. This method allows you to page your search results if you are expecting a lot of results to be returned. The page start value begins at 1 and the results will be limited to 500 rows. If no records are found the API will return a 200 response message with an empty array. For details on the parameters and allowed values for Criteria please visit the documentation

post/reports

Request body

name'Search' | 'TransHistoryMinimal' required

Can be either 'Search' for all fields or 'TransHistoryMinimal' for a subset of the fields returned in the results.

start_datestring required

The start date (inclusive) '2015-04-22T10:03:19' in the timezone of your merchant account.

end_datestring required

The end date (inclusive) '2015-04-22T10:03:19' in the timezone of your merchant account.

start_rownumber required

Used to page the results. 1-based

end_rownumber required

Used to page the results. 1-based. This should always be 1 larger than start_row with a maximum difference of 500 between them.

Response

A transaction object.