A lightweight Java utility for generating and verifying checksums used in secure Paytm Payments API communication.
To include the library in your Maven project, add the following to your pom.xml:
<dependency>
<groupId>io.github.paytm</groupId>
<artifactId>paytmpayments-checksum</artifactId>
<version>2.1.1</version>
</dependency>