Skip to content

BhartiPay/Java-Integration-Kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

 PAYMENT MODULE : Bhartipay
---------------------------
	Bhartipay JAVA API
	
	    INSTALLATION PROCEDURE
	  --------------------------
	  
	  - Extract the zip file 
	  - Add both the jar files to the build path.
	  - Prepare the parameters as per the integration document in a map
	  - import com.bhartipay.commons.crypto.ChecksumUtils in the class where the checksum needs to be generated
      - For generateing request checksum use:
	     ChecksumUtils.generateCheckSum(Map<String,String>, String secretKey) function which returns checksum String.
	  - For validating response checksum use:
		ChecksumUtils.validateResponseChecksum((Map<String,String>, String secretKey, String responseHash) function which returns true or false according to the result.

  

About

Core Java Integration Kits

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages