Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Paytm-Payments/Paytm_Web_Sample_Kit_Java

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paytm_Web_Sample_Kit_Java

Use below method of jar to generate checksum and verify checksum as per your JDK version

  1. Generate Checksum For Transaction Request:
    public String genrateCheckSum(String Key, TreeMap<String, String> paramap)
  2. Generate Checksum For Refund Request:
    public String genrateRefundCheckSum(String Key, TreeMap<String, String> paramap)
  3. Verify Checksum:
    public boolean verifycheckSum(String masterKey, TreeMap<String, String> paramap,String responseCheckSumString)

If you are on IBM websphare:

  1. Generate Checksum For Transaction Request:
    public String genrateCheckSumIBMJCE(String Key, TreeMap<String, String> paramap)
  2. Generate Checksum For Refund Request:
    public String genrateRefundCheckSumIBMJCE(String Key, TreeMap<String, String> paramap)
  3. Verify Checksum:
    public boolean verifycheckSumGAE(String masterKey, TreeMap<String, String> paramap,String responseCheckSumString)

If you are on Google App engine:

  1. Generate Checksum For Transaction Request:
    public String genrateCheckSumGAE(String Key, TreeMap<String, String> paramap)
  2. Generate Checksum For Refund Request:
    public String genrateRefundCheckSumGAE(String Key, TreeMap<String, String> paramap)
  3. Verify Checksum:
    public boolean verifycheckSumIBMJCE(String masterKey, TreeMap<String, String> paramap,String responseCheckSumString)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.