Skip to main content
API Reference
Cards
Routing Numbers

Routing numbers are used to identify your bank in a financial transaction.

The Routing Number object
{
  "ach_transfers": "supported",
  "fednow_transfers": "supported",
  "name": "First Bank of the United States",
  "real_time_payments_transfers": "supported",
  "routing_number": "021000021",
  "type": "routing_number",
  "wire_transfers": "supported"
}
Attributes
ach_transfers
enum

This routing number’s support for ACH Transfers.

fednow_transfers
enum

This routing number’s support for FedNow Transfers.

name
string

The name of the financial institution belonging to a routing number.

real_time_payments_transfers
enum

This routing number’s support for Real-Time Payments Transfers.

routing_number
string

The nine digit routing number identifier.

type
string

A constant representing the object’s type. For this resource it will always be routing_number.

wire_transfers
enum

This routing number’s support for Wire Transfers.

List Routing Numbers

You can use this API to confirm if a routing number is valid, such as when a user is providing you with bank account details. Since routing numbers uniquely identify a bank, this will always return 0 or 1 entry. In Sandbox, only a few routing numbers are valid. 110000000 is an example of a Sandbox routing number.

curl \
  --url "${INCREASE_URL}/routing_numbers?routing_number=021000021" \
  -H "Authorization: Bearer ${INCREASE_API_KEY}"
Parameters
routing_number
string
Required

Filter financial institutions by routing number.

Exactly 9 characters,
More
cursor
string
limit
integer