method-python
Python library for the Method API
What it is and what it does
method-python is a Python wrapper around the Method API, a financial data aggregation and verification platform. It provides structured access to entity lifecycle management (create, retrieve, update individuals and corporations), identity verification (KBA, SMS, SNA, BYO KYC), account discovery and connection across financial institutions, and credit scoring. The library handles the HTTP communication via its hammock dependency and exposes Method's REST endpoints as Python objects and methods.
The package is designed for fintech applications that need to onboard end-users, verify their identity, discover their existing financial accounts, and retrieve credit data. It abstracts away API authentication and request formatting, allowing developers to work with Python dictionaries and method calls rather than raw HTTP. Entity verification sessions expire after 10 minutes, and access to certain products requires entities to be active or team-level enablement.
Use it for:
- Onboarding individual or corporate users by creating entities with PII and address data, then verifying their identity via KBA or SMS.
- Discovering all liability accounts (credit cards, mortgages, loans) held by a user across Method's network of financial institutions.
- Retrieving current credit scores and score factors for an entity to inform lending or financial decisions.
- Managing entity consent withdrawal and lifecycle updates as user relationships evolve.
- Building a KYC/AML workflow by combining entity creation, identity verification, and credential management in a single integration.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Python client library for the Method API, enabling programmatic access to entity management, identity verification, account connections, and credit scoring across financial institutions.
Yes, if you are building a fintech application that requires entity management, identity verification, or account aggregation via the Method API. The library has low install friction, permissive licensing, and active maintenance. However, it is tightly coupled to Method's proprietary API and requires a valid account and API key; it is not useful outside that ecosystem. Verify that Method's service tier and feature access match your use case before committing.
Install
method-python on PyPI
pip
pip install method-pythonuv
uv add method-pythonpoetry
poetry add method-pythonInstalling method-python
Before you install
Low install friction with a single pure-Python dependency (hammock). Active maintenance with a recent release on 2026-01-17, though the repository has minimal engagement (2 stars).
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal legal friction for commercial or private projects.
Quickstart
pip install method-python
from method import Method
method = Method(env="production", api_key="{API_KEY}")
entity = method.entities.create({
"type": "individual",
"individual": {"first_name": "Kevin", "last_name": "Doyle", "phone": "+16505555555"},
})
Requires a valid Method API key and account; entity creation requires minimum PII (name and phone number at minimum, per onboarding configuration).
Verify before relying
- Whether the library supports asynchronous operations or is synchronous-only.
- Error handling and retry behavior for API failures.
- Rate limiting and throttling mechanisms built into the client.
- Whether the 1500+ FI/Lender network mentioned in Connect documentation is current.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — hammock |
| Maintenance | actively maintained — 209 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 257,286/month — #8,448 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: method_python-2.1.1-py3-none-any.whl
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
cybrid-api-bank-pythonPython client library for the Cybrid Bank API,…
permissive · top 15,000 on PyPI
cybrid-api-organization-pythonA Python client library for the Cybrid…
permissive · top 15,000 on PyPI
authentik-clientA Python client library for the authentik…
permissive · top 15,000 on PyPI
cybrid-api-id-pythonGenerated Python client for the Cybrid Identity…
permissive · top 15,000 on PyPI
mollie-api-pythonPython client library for the Mollie payment…
permissive · top 15,000 on PyPI
cloudfoundry-clientA Python client library for interacting with…
unclear · top 15,000 on PyPI
plaid-pythonOfficial Python client library for the Plaid…
permissive · top 5,000 on PyPI
razorpayPython client library for the Razorpay payment…
permissive · top 5,000 on PyPI
easypostPython client library for the EasyPost shipping…
permissive · top 15,000 on PyPI
zammad_pyPython client library for the Zammad helpdesk…
permissive · top 15,000 on PyPI