GET
/
routing_number
/
{routing_number}
curl --request GET \
  --url https://api.treasuryprime.com/routing_number/{routing_number} \
  --header 'Authorization: Basic <encoded-value>'
{
  "ach": true,
  "bank_name": "FEDERAL RESERVE BANK OF BOSTON",
  "bank_short_name": "FRB-BOS",
  "city": "BOSTON",
  "created_at": "2021-11-12T18:48:27Z",
  "routing_number": "011000015",
  "state": "MA",
  "updated_at": "2021-11-12T18:48:27Z",
  "wire": true
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

routing_number
string
required

The routing number of the bank. Filterable.

Response

200 - application/json
The routing-number
ach
boolean

Whether the routing number processes FedACH payments

bank_name
string

The name of the bank

bank_short_name
string

The short-form name of the bank

city
string

City

created_at
string

Timestamp of when this Routing Number object was added to Treasury Prime's records

routing_number
string

The routing number of the bank. Filterable.

state
string

State

updated_at
string

Timestamp of the last object update

wire
boolean

Whether the routing number processes FedWire payments