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
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.