v1
latestOpenAPI 3.1.02026-07-241660500.9 KBFirstData Transactions Report
Retrieve a report of merchant settlement.
get/fd/transactions
Query parameters
sortstring
Allows you to sort the matching results.
searchstring
Search across searchField for this value
frominteger
Defines the number of records to offset
sizeinteger
Defines how many records to return at a time
groupBystring
Defines what field to group by
typestring
Defines what type to filter by
minAmountstring
Defines min amount to filter by
maxAmountstring
Defines max amount to filter by
startDatestring
Defines what date to filter by
endDatestring
Defines what date to filter by
paymentTypestring
cardTypestring
Defines what cardtype to filter by
dr_typestring
Type of date range filter being used. (q, rel, abs)
dr_quickstring
Key descriptor for a quick date range.
dr_fromstring date
Lower bound of an absolute date range.
dr_tostring date
Upper bound of an absolute date range.
dr_countstring
Describes the magnitude of a relative date range.
dr_unitstring
Describes the unit of a relative date range.
Response
200
Example response
{
"records": [
{
"locationName": "string",
"accountNumber": "string",
"transactionType": "string",
"cardType": "string",
"cardNumber": "string",
"entryMode": "string",
"qualificationCode": "string",
"authorizationCode": "string",
"transactionDate": "2020-08-03T20:10:37.368Z",
"entryDate": "2020-08-03T20:10:37.368Z"
}
]
}