v3

latestOpenAPI 3.0.3Apache 2.02026-07-312637031.3 MB
Institutions (Beta)

Retrieve a list of institutions

get/institutions

Query parameters

country_codesstring[] required

The countries of operation of the financial institutions

routing_numbersstring[] required

An array of routing numbers to filter institutions. The response will only return institutions that match all of the routing numbers in the array

page_tokenstring

Optional pagination token to be provided to retrieve subsequent pages, returned from previous get

Example:a8937a0d

Response

list of institutions

next_page_tokenstring

If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows.

Example response

{
  "institutions": [
    {
      "name": "Bank of America",
      "routing_identifiers": [
        {
          "location": "123 main street"
        }
      ]
    }
  ],
  "next_page_token": "a8937a0d"
}