paytmchecksum
This is for paytm checksum creation and verification in python
What it is and what it does
paytmchecksum is a utility library for creating and verifying checksums used in Paytm payment gateway transactions. It implements the cryptographic signing scheme required to authenticate payment requests and responses with Paytm's servers. The package has no external runtime dependencies and is designed to be a lightweight integration point for Python applications that need to process Paytm payments.
The library was last updated on 2023-08-02 and is now in abandoned maintenance status. It declares support for Python 2.7 and Python 3.3–3.6, all of which are no longer actively supported by the Python project. No known security vulnerabilities have been reported, but the lack of recent updates means compatibility with modern Python versions and any changes to Paytm's API are unverified.
Use it for:
- Generating checksums for payment requests sent to Paytm's payment gateway in a Python backend
- Verifying checksums in payment callbacks received from Paytm to confirm transaction authenticity
- Integrating Paytm payment processing into legacy Python applications still running older Python versions
- Validating transaction signatures in Paytm webhook handlers
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Generates and verifies checksums for Paytm payment transactions in Python, implementing the cryptographic signature scheme required by Paytm's payment gateway.
No. The package is abandoned (last update 2023-08-02) and declares support only for end-of-life Python versions (2.7, 3.3–3.6). Compatibility with modern Python is unverified, and Paytm's API may have changed since the last release. If you need Paytm integration, verify with Paytm's current documentation whether this library still works with their current gateway.
Install
paytmchecksum on PyPI
pip
pip install paytmchecksumuv
uv add paytmchecksumpoetry
poetry add paytmchecksumInstalling paytmchecksum
Before you install
High install friction and abandoned maintenance status. The package has not been updated since 2023-08-02 and is classified as abandoned. It declares support for Python 2.7 and Python 3.3–3.6, all of which are end-of-life; compatibility with modern Python versions is unverified.
License in practice
MIT license permits commercial and private use with minimal restrictions, requiring only that the license and copyright notice be included with distributions.
Quickstart
pip install paytmchecksum==1.7.0
from paytmchecksum import generate_checksum, verify_checksum
checksum = generate_checksum(data, key)
verify_checksum(data, key, checksum)
Package declares support only for Python 2.7 and 3.3–3.6; compatibility with modern Python versions is unverified.
Verify before relying
- Whether the package works with Python versions released after 3.6
- Whether Paytm's checksum algorithm or gateway requirements have changed since 2023-08-02
- Whether there are known security issues in the checksum implementation not yet reported to OSV
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | abandoned — 2,233 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 94,769/month — #13,308 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: paytmchecksum-1.7.0.tar.gz
Keywords: Paytm, Checksum, Python, Signature, Payment
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
ansible-signGenerates and validates checksums and GPG…
permissive · top 15,000 on PyPI
filehashCalculates and verifies file checksums and…
permissive · top 15,000 on PyPI
luhnGenerates and verifies Luhn check digits for…
permissive · top 15,000 on PyPI
bagitCreate, validate, and manage BagIt-style…
permissive · top 15,000 on PyPI
python-jwtGenerates and verifies JSON Web Tokens (JWTs)…
permissive · top 15,000 on PyPI
lpc-checksumCalculates LPC firmware checksums for embedded…
permissive · top 15,000 on PyPI
truelayer-signingProduces and verifies cryptographic signatures…
permissive · top 15,000 on PyPI
crcCalculate, verify, and manage CRC checksums…
permissive · top 5,000 on PyPI
braintreeProvides Python bindings to the Braintree…
permissive · top 5,000 on PyPI
wechatpayv3SDK for integrating WeChat Pay API v3 into…
permissive · top 5,000 on PyPI