Search bank information by routing number prefix.

To search the bank details based on bank routing number.

SecurityoAuth2
Request
path Parameters
routingNumber
required
string

Accepts partial routing number prefix (e.g., "021")

Responses
200

Successfully processed request

400

Bad request — routing number format invalid or not found in the system.

401

You are not authorized to access the resource

403

Forbidden - User is not authorized to perform this operation

404

The resource you were trying to reach is not found

405

bad input parameter environment

500

Internal Server Error - Unexpected error occurred while processing the request

503

Service unavailable

get/v1/banks/search/{routingNumber}
Request samples
Response samples
application/json
{
  • "routingNumber": [
    ]
}