Skip to main content

Routing Number Lookup is a simple tool for looking up routing number information for USA Banks. It returns information such as the bank, location, and more based on the routing number provided.

Project description

Routing Number Lookup API

Routing Number Lookup is a simple tool for looking up routing number information for USA Banks. It returns information such as the bank, location, and more based on the routing number provided.

Build Status Code Climate Prod Ready

This is a Python API Wrapper for the Routing Number Lookup API


Installation

pip install apiverve-routingnumberlookup

Configuration

Before using the routinglookup API client, you have to setup your account and obtain your API Key.
You can get it by signing up at https://apiverve.com


Usage

The Routing Number Lookup API documentation is found here: https://docs.apiverve.com/api/routinglookup.
You can find parameters, example responses, and status codes documented here.

Setup

# Import the client module
from apiverve_routingnumberlookup.apiClient import RoutinglookupAPIClient

# Initialize the client with your APIVerve API key
api = RoutinglookupAPIClient("[YOUR_API_KEY]")

Perform Request

Using the API client, you can perform requests to the API.

Define Query
query = { "routing": "121000358" }
Simple Request
# Make a request to the API
result = api.execute(query)

# Print the result
print(result)
Example Response
{
  "status": "ok",
  "error": null,
  "data": {
    "routing_number": "121000358",
    "office_code": "O",
    "record_type_code": "1",
    "new_routing_number": "000000000",
    "bank": "BANK OF AMERICA, N.A.",
    "address": "8001 VILLA PARK DRIVE",
    "city": "HENRICO",
    "state": "VA",
    "zip": "23228",
    "zip_extension": "0000",
    "country": "US"
  },
  "code": 200
}

Customer Support

Need any assistance? Get in touch with Customer Support.


Updates

Stay up to date by following @apiverveHQ on Twitter.


Legal

All usage of the APIVerve website, API, and services is subject to the APIVerve Terms of Service and all legal documents and agreements.


License

Licensed under the The MIT License (MIT)

Copyright (©) 2024 APIVerve, and Evlar LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apiverve_routingnumberlookup-1.1.5.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file apiverve_routingnumberlookup-1.1.5.tar.gz.

File metadata

File hashes

Hashes for apiverve_routingnumberlookup-1.1.5.tar.gz
Algorithm Hash digest
SHA256 035d49eaa578769ede1f307edda8753fd1cce04b71e9475062616de666bde879
MD5 cbcb56ee742dc4eb6ea8a5d7e44ee9cb
BLAKE2b-256 3853bb88bb274711607e3401a0d50618cb4ec6a1edf9b28ced0c2f8ef10111f0

See more details on using hashes here.

File details

Details for the file apiverve_routingnumberlookup-1.1.5-py3-none-any.whl.

File metadata

File hashes

Hashes for apiverve_routingnumberlookup-1.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 23067d0f9b3d50e11cc63acbee1319feab93a34e3088c39585547b2cb8db0074
MD5 9abc5789e2153123febaa241a48a14a7
BLAKE2b-256 0ad73625aa30228edbaf422df2cd4cad0b6b65e32d73a47fbd32e3be36c725a4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page