cURL
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" ] }
Returns the details of the institution corresponding to the routing number.
Keep in mind
Unique GUID provided by Flinks.
Routing Number for the Institution details to be accessed.
Success
Unique identifier for the institution.
Localized information for the institution.
Show child attributes
Status of the institution.
Country code.
List of all routing numbers associated with the institution.
Was this page helpful?