About this endpoint
What it does
Looks up bank details using a routing number provided as a query parameter. The success response is a JSON object, but the schema does not define any fixed top-level fields.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| routing_number | String | Yes | Routing number. Must be exactly 9 characters long (minLength: 9, maxLength: 9). |
Response
The response includes the lookup result, whether a matching routing number was found, the associated bank details, and attribution information.