Look up bank by routing number
Search for institutions by either their name or routing number.
To access this endpoint using an access token
you’ll need to specify the /fed.read
scope.
GET
/institutions/ach/search
|
|
The request completed successfully.
{
"achParticipants": [
{
"achLocation": {
"address": "123 Main Street",
"city": "Boulder",
"postalCode": "80301",
"postalCodeExtension": "0000",
"state": "Colorado"
},
"cleanName": "Main Street Bank",
"customerName": "Main Street Bank",
"logo": {
"name": "Main Street Bank",
"url": "https://www.mainstreetbank.com/logo.png"
},
"newRoutingNumber": "987654321",
"officeCode": "0",
"phoneNumber": "1234567789",
"recordTypeCode": "1",
"revised": "041921",
"routingNumber": "123456789",
"servicingFRBNumber": "123456789",
"statusCode": "1",
"viewCode": "1"
}
]
}
Response headers
x-request-id
string
<uuid>
required
A unique identifier used to trace requests.
The server could not understand the request due to invalid syntax.
{
"error": "string"
}
Response headers
x-request-id
string
<uuid>
required
A unique identifier used to trace requests.
The request contained missing or expired authentication.
Response headers
x-request-id
string
<uuid>
required
A unique identifier used to trace requests.
The user is not authorized to make the request.
Response headers
x-request-id
string
<uuid>
required
A unique identifier used to trace requests.
Request was refused due to rate limiting.
Response headers
x-request-id
string
<uuid>
required
A unique identifier used to trace requests.
The request failed due to an unexpected error.
Response headers
x-request-id
string
<uuid>
required
A unique identifier used to trace requests.
The request failed because a downstream service failed to respond.
Response headers
x-request-id
string
<uuid>
required
A unique identifier used to trace requests.
Headers
x-moov-version
string
API version
Specify an API version.
API versioning follows the format vYYYY.QQ.BB
, where
YYYY
is the yearQQ
is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)BB
is the build number, starting at.01
, for subsequent builds in the same quarter.- For example,
v2024.01.00
is the initial release of the first quarter of 2024.
- For example,
The latest
version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
Default:
v2024.01.00
Query parameters
name
string
Name of the financial institution. Either
name
or routingNumber
is required.
routingNumber
string
Routing number for a financial institution. Either
routingNumber
or name
is required.
state
string
The state where a financial institution is based.
limit
integer
Maximum results returned by a search.
Response
application/json
achParticipants
array
required
Show child attributes
achLocation
object
Show child attributes
address
string
<=32 characters
required
city
string
<=24 characters
required
postalCode
string
<=5 characters
required
postalCodeExtension
string
<=4 characters
required
state
string
<=24 characters
required
cleanName
string
customerName
string
logo
object
Show child attributes
name
string
required
url
string
required
newRoutingNumber
string
<=9 characters
officeCode
string
phoneNumber
string
recordTypeCode
string
revised
string
routingNumber
string
<=9 characters
servicingFRBNumber
string
statusCode
string
viewCode
string