paytm-checksum-utility
Web icon

Paytm Checksum Utility

Stable version 2.0.1 (Compatible with OutSystems 11)
Uploaded on 30 July 2020 by 
4.2
 (5 ratings)
paytm-checksum-utility

Paytm Checksum Utility

Details
An extension that wraps Paytm checksum utility.
Read more

An extension that wraps Paytm checksum utility.

Check out https://developer.paytm.com/docs/checksum for more details


The Paytm checksum utility provides the following methods


1) Paytm_CheckSumgenerateSignature

This method generates a checksum that is needed to post a form to Paytm's server for checkout.


2) Paytm_CheckSumverifySignature

This method verifies a input checksum against a given set of parameters used to generate it.


3) Paytm_CheckSumEncrypt

This method encrypts a string input.


4) Paytm_CheckSumDecrypt

This method decrypts a string input.

Release notes (2.0.1)

Added two new methods 

1) string CheckSumgenerateBodySignature(string key, string body)

2) boolean CheckSumverifyBodySignature(string key, string body, string checksum)

Reviews (2)
by 
2020-08-03
in version 2.0.1
Latest Version 2.0.1, Working as aspected and easy to integrate

1) string CheckSumgenerateBodySignature(string key, string body)

2) boolean CheckSumverifyBodySignature(string key, string body, string checksum)
by 
2020-07-31
in version 2.0.1
Nice component very easy to integrate inside the application for cashless payments
Team