To fetch the bank information.Deprecated

To fetch the bank details based on bank routing number. ⚠️ This endpoint is deprecated and will be removed in the future. Please switch to /v1/banks

SecurityoAuth2
Request
path Parameters
routingNumber
required
string = 9 characters ^[0-9]{9}$

Bank ABA routing number. Must be exactly 9 numeric digits.

Example: 021000021
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/{routingNumber}
Request samples
Response samples
application/json
{
  • "routingNumber": {
    }
}