About this endpoint
What it does
Validates a routing number supplied on the request and returns a JSON object on success. The response schema does not define any fixed fields, so only the object wrapper is guaranteed.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| routing_number | String | Yes | Routing number; exactly 9 characters long (minLength: 9, maxLength: 9). |
Response
Returns a JSON object containing the validation result, checksum status, reference match status, bank information (when available), and attribution details.