[Go to site: main page, start]

Skip to main content
The Reporting API provides two batch endpoints: one to retrieve a list of batches by date range, and one to fetch the transactions within a specific batch.
Both batch endpoints support pagination via page and pageSize parameters. The maximum pageSize is 1000. Use the totalCount field in the response to determine how many pages to request. Date filtering is based on UTC time.

Authentication

All Reporting API requests require a Reporting API key passed in the request header.

List Batches

Fetch a list of batch IDs for a given date range.

Request

Body Parameters

Date filtering is based on UTC time.

Response

Response Fields


Get Batch Detail

Fetch the transactions within a specific batch.

Request

Body Parameters

Response

Response Fields

Each transaction item contains the same fields as the Get a Transaction response.