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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages