v1
latestOpenAPI 3.1.02026-07-241660500.9 KBFirstData ACH Report
Retrieve a report of FirstData ACH.
get/fd/ach/
Query parameters
sortstring
Allows you to sort the matching results.
searchstring
Search across searchField for this value
fromstring
Defines the number of records to offset
sizestring
Defines how many records to return at a time
groupBystring
Defines what field to group by
dr_typestring
Type of date range filter being used. (q, rel, abs)
dr_fromstring date
Lower bound of an absolute date range.
dr_tostring date
Upper bound of an absolute date range.
dr_quickstring
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": [
{
"achDescription": "string",
"merchantName": "string",
"accountNumber": "string",
"ledger": "string",
"bankRouting": "string",
"bankAccountLastFour": "string",
"bankName": "string",
"batchDate": "2020-07-31T20:19:07.328Z",
"depositDate": "2020-07-31T20:19:07.328Z"
}
]
}