List the daily transaction summaries

Return a list of all transaction summaries for the days within the given date range, restricted by your allianceCode,
partnerCode or merchant ID (as appropriate).

Query Params
date

Filter transactions on the posted field from the given date value in ISO 8601 format yyyy-MM-dd, anything from the time 00:00:00 on the given day would match.

Default: Current day

date

Filter transactions on the posted field up to and including the given date value in ISO 8601 format yyyy-MM-dd, anything up the the time 23:59:59 on the given day would match.

Default: Current day

integer
Defaults to 20

Number of elements to be returned in a single query.

Can be used for page/offset or cursor based pagination

integer
Defaults to 0

Starting point to start retrieving the elements from. It is "0" based i.e. value "0" signifies the first page.

This can be used with "limit".

Can be used for page/offset based pagination.

Headers
string

For use by an alliance when there is a need to filter on a specific partner within their scope.
May be restricted based on the API key.

string

For use by an alliance or partner when there is a need to filter on a specific merchant within their scope.
May be restricted based on the API key.

Responses

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
Want a quick overview?