Skip to main content
GET
Validate Routing Number

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Path Parameters

routing_number
string
required

Nine-digit ABA routing number to look up.

Required string length: 9

Response

Successful Response

routing_number
string
required

The routing number.

bank_name
string
required

The name of the bank.

bank_short_name
string | null

The short name of the bank, if available.

address_1
string | null

The primary address line.

address_2
string | null

The secondary address line.

wire
boolean | null

Whether the bank supports wire transfers.

ach
boolean | null

Whether the bank supports ACH transfers.

city
string | null

The city of the bank branch.

state
string | null

The state of the bank branch.

zip_code
string | null

The ZIP code of the bank branch.