By inputting at least 3 characters from the routing number as a parameter, this endpoint returns comprehensive data regarding the corresponding financial institutions matching the set of characters provided.
Success
{- "items": [
- {
- "routing": "string",
- "bank": "string"
}
], - "count": 0
}