Library for generating and verifying checksums for Paytm payment gateway integration in Python. Version 1.7.0 is current; maintenance only, rarely updated.
pip install paytmchecksumNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Quickstart example for generating and verifying a Paytm checksum.
Always pass params dict first, then key.
Convert all numeric values to strings (e.g., str(amount)).
Use from paytmchecksum import generateSignature, verifySignature instead of old class methods.
Pass the key directly as a string parameter.
No dependency data recorded yet.