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
Example response
{
"institutions": [
{
"name": "Bank of America",
"routing_identifiers": [
{
"location": "123 main street"
}
]
}
],
"next_page_token": "a8937a0d"
}