v1
latestOpenAPI 3.1.02026-07-241660500.9 KBFirstData Batch Report
Retrieve a report of merchant settlement.
Query parameters
Allows you to sort the matching results.
Search across searchField for this value
Defines the number of records to offset
Defines how many records to return at a time
Defines what field to group by
Defines what type to filter by
Defines min amount to filter by
Defines max amount to filter by
Defines what date to filter by
Defines what date to filter by
Defines whether or not we should only return the summary
Type of date range filter being used. (q, rel, abs)
Lower bound of an absolute date range.
Upper bound of an absolute date range.
Describes the magnitude of a relative date range.
Describes the unit of a relative date range.
Key descriptor for a quick date range. (today, thisWeek, thisMonth, thisYear, yesterday, previousWeek, previousYear, thisDaySoFar, weekToDate, monthToDate, yearToDate, last_15_m, last_30_m, last_1_h, last_24_h, last_7_d, last_30_day, etc.)
Response
200
Example response
{
"records": [
{
"locationName": "string",
"accountNumber": "string",
"transactionType": "string",
"cardType": "string",
"cardNumber": "string",
"entryMode": "string",
"qualCode": "string",
"authorizationCode": "string",
"transactionDate": "2020-07-31T20:19:07.395Z"
}
]
}