v1

latestOpenAPI 3.0.2Apache 2.02026-07-173711.5 KB
FED

Search FEDACH names and metadata

get/fed/ach/search

Query parameters

namestring
Example:Farmers

FEDACH Financial Institution Name

routingNumberstring

FEDACH Routing Number for a Financial Institution

statestring
Example:OH

FEDACH Financial Institution State

citystring
Example:CALDWELL

FEDACH Financial Institution City

postalCodestring

FEDACH Financial Institution Postal Code

limitinteger
Example:499

Maximum results returned by a search

Headers

X-Request-IDstring

Optional Request ID allows application developer to trace requests through the systems logs

X-User-IDstring

Optional User ID used to perform this search

Response

FEDACH Participants returned from a search

Example response

{
  "achParticipants": [
    {
      "routingNumber": "044112187",
      "officeCode": "O",
      "servicingFRBNumber": "041000014",
      "recordTypeCode": "1",
      "revised": "20190311",
      "newRoutingNumber": "000000000",
      "customerName": "FARMERS & MERCHANTS BANK",
      "achLocation": {
        "address": "430 NORTH ST",
        "city": "CALDWELL",
        "state": "OH",
        "postalCode": "43724",
        "postalExtension": "0000"
      },
      "phoneNumber": "7407325621",
      "statusCode": "1",
      "viewCode": "1"
    }
  ],
  "stats": {
    "records": 17124
  }
}