To fetch the bank information.

To fetch the bank details based on bank routing number.

SecurityoAuth2
Request
path Parameters
routingNumber
required
string

Bank routing number.

Responses
200

Successfully processed request

400

bad input parameter environment

401

You are not authorized to access the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

405

bad input parameter environment

500

Internal server error

503

Service unavailable

default

search results matching criteria

get/v1/banks/{routingNumber}
Request samples
Response samples
application/json
{
  • "message": "<Reason>",
  • "routingNumber": {
    }
}