Institutions
Get the details (name, supported payment types) of a financial institution, by routing number.
Get by routing number
Get an institution resource by routing number.
info
The financial institution list gets updated periodically.
If you have attempted to use this API with a valid routing number and it didn't return the expected result, please contact Unit with the details and we will add it to the institution list.
Verb | GET |
Url | https://api.s.unit.sh/institutions/{routingNumber} |
Required Scope | institutions |
Timeout (Seconds) | 5 |
Response
Response is a JSON:API document.
200 OK
Field | Type | Description |
---|---|---|
data | Institution | Institution resource. |
curl -X GET 'https://api.s.unit.sh/institutions/053285241' \
-H "Authorization: Bearer ${TOKEN}"