Skip to main content
GET
/
v3
/
{customerId}
/
BankingServices
/
Institutions
/
RoutingNumber
/
{routingNumber}
Get Institution by Routing Number
curl --request GET \
  --url https://{instance}-api.private.fin.ag/v3/{customerId}/BankingServices/Institutions/RoutingNumber/{routingNumber}
{
  "Id": 20,
  "Localizations": [
    {
      "Language": "en",
      "Name": "Chase Bank",
      "Urls": [
        {
          "Type": "Main",
          "Url": "https://www.chase.com/"
        }
      ]
    }
  ],
  "Status": "Enabled",
  "Country": "US",
  "RoutingNumbers": [
    "071000770",
    "072413201",
    "065000029",
    "071901141",
    "111100022",
    "043202409",
    "311972788",
    "121143257",
    "021000021",
    "322271627"
  ]
}
This endpoint returns the details of the institution corresponding to the routing number. This endpoint does not take any query parameters or body parameters.

Keep in mind

The routing numbers are present only for US institutions.

Path Parameters

customerId
string
default:43387ca6-0391-4c82-857d-70d95f087ecb
required

Unique GUID provided by Flinks.

routingNumber
string
required

Routing Number for the Institution details to be accessed.

Response

Success

Id
integer

Unique identifier for the institution.

Localizations
object[]

Localized information for the institution.

Status
string

Status of the institution.

Country
string

Country code.

RoutingNumbers
string[]

List of all routing numbers associated with the institution.